Html Css Color HEX #DAEAAB Reef

📋 copy color: '#DAEAAB'

red 218 ◦ green 234 ◦ blue 171

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

Shades of Reef #DAEAAB

Tints of Reef #DAEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

 BLUE value IS 171 (67.19% from 255) = 27.45%

R = 34.99%
G = 37.56%
B = 27.45%

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

#DAEAAB (or 0xDAEAAB) is known color: Reef. HEX triplet: DA, EA and AB. RGB value is (218,234,171). Sum of RGB (Red+Green+Blue) = 218+234+171=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAAB is #251554. Grayscale: #DEDEDE. Windows color (decimal): -2430293 or 11266778. OLE color: 11266778.

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

Color convert

RGB 218 234 171 -
CMYK 0.07 0 0.27 0.08
HSL 75.24º 0.6% 0.79% -
HSV(B) 75.24º 0.27% 0.92% -
XYZ 65.69 76.69 49.87 -
YUV 222.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 218 234 171 0.07 0 0.27 0.08 75.24 0.6 0.79
Hex DA EA AB 7 0 1B 8 4B 3C 4F
Octal 332 352 253 7 0 33 10 113 74 117
Binary 11011010 11101010 10101011 111 0 11011 1000 1001011 111100 1001111

Color Harmonies of #DAEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAAB

Black with #DAEAAB

Text Example


Text Example

White with #DAEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAAB; }

 p { color: rgb(218,234,171); }

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

background-color css

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

 a { background-color: rgb(218,234,171); }

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

border-color css

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

 span { border-color: rgb(218,234,171); }

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