Html Css Color HEX #DAEBAA Reef

📋 copy color: '#DAEBAA'

red 218 ◦ green 235 ◦ blue 170

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

Shades of Reef #DAEBAA

Tints of Reef #DAEBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.29%

R = 34.99%
G = 37.72%
B = 27.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#DAEBAA (or 0xDAEBAA) is known color: Reef. HEX triplet: DA, EB and AA. RGB value is (218,235,170). Sum of RGB (Red+Green+Blue) = 218+235+170=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAA is #251455. Grayscale: #DEDEDE. Windows color (decimal): -2430038 or 11201498. OLE color: 11201498.

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

Color convert

RGB 218 235 170 -
CMYK 0.07 0 0.28 0.08
HSL 75.69º 0.62% 0.79% -
HSV(B) 75.69º 0.28% 0.92% -
XYZ 65.88 77.22 49.46 -
YUV 222.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 218 235 170 0.07 0 0.28 0.08 75.69 0.62 0.79
Hex DA EB AA 7 0 1C 8 4C 3E 4F
Octal 332 353 252 7 0 34 10 114 76 117
Binary 11011010 11101011 10101010 111 0 11100 1000 1001100 111110 1001111

Color Harmonies of #DAEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBAA

Black with #DAEBAA

Text Example


Text Example

White with #DAEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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