Html Css Color HEX #DAEBAC Reef

📋 copy color: '#DAEBAC'

red 218 ◦ green 235 ◦ blue 172

#DAEBAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAEBAC

Tints of Reef #DAEBAC

RGB

 RED value IS 218 (85.55% from 255) = 34.88%

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 172 (67.58% from 255) = 27.52%

R = 34.88%
G = 37.6%
B = 27.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAEBAC (or 0xDAEBAC) is known color: Reef. HEX triplet: DA, EB and AC. RGB value is (218,235,172). Sum of RGB (Red+Green+Blue) = 218+235+172=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAC is #251453. Grayscale: #DEDEDE. Windows color (decimal): -2430036 or 11332570. OLE color: 11332570.

HSL color Cylindrical-coordinate representation of color #DAEBAC: hue angle of 76.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAEBAC is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 172 -
CMYK 0.07 0 0.27 0.08
HSL 76.19º 0.61% 0.8% -
HSV(B) 76.19º 0.27% 0.92% -
XYZ 66.07 77.3 50.47 -
YUV 222.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 218 235 172 0.07 0 0.27 0.08 76.19 0.61 0.8
Hex DA EB AC 7 0 1B 8 4C 3D 50
Octal 332 353 254 7 0 33 10 114 75 120
Binary 11011010 11101011 10101100 111 0 11011 1000 1001100 111101 1010000

Color Harmonies of #DAEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBAC

Black with #DAEBAC

Text Example


Text Example

White with #DAEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBAC; }

 p { color: rgb(218,235,172); }

 H1.HeaderClassName
 {
   color: #DAEBAC;
 }
 .AnyTagClassName
 {
   color: #DAEBAC;
 }
</style>

background-color css

<style>
 a { background-color: #DAEBAC; }

 a { background-color: rgb(218,235,172); }

 div.DivClassName
 {
   background-color: #DAEBAC;
 }
 .BgClassName
 {
   background-color: #DAEBAC;
 }
</style>

border-color css

<style>
 span { border-color: #DAEBAC; }

 span { border-color: rgb(218,235,172); }

 td.TdClassName
 {
   border-color: #DAEBAC;
 }
 .TagClassName
 {
   border-color: #DAEBAC;
 }
</style>