Html Css Color HEX #DAE8A8 Reef

📋 copy color: '#DAE8A8'

red 218 ◦ green 232 ◦ blue 168

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

Shades of Reef #DAE8A8

Tints of Reef #DAE8A8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

 BLUE value IS 168 (66.02% from 255) = 27.18%

R = 35.28%
G = 37.54%
B = 27.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#DAE8A8 (or 0xDAE8A8) is known color: Reef. HEX triplet: DA, E8 and A8. RGB value is (218,232,168). Sum of RGB (Red+Green+Blue) = 218+232+168=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A8 is #251757. Grayscale: #DCDCDC. Windows color (decimal): -2430808 or 11069658. OLE color: 11069658.

HSL color Cylindrical-coordinate representation of color #DAE8A8: hue angle of 73.12º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAE8A8 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 232 168 -
CMYK 0.06 0 0.28 0.09
HSL 73.13º 0.58% 0.78% -
HSV(B) 73.13º 0.28% 0.91% -
XYZ 64.84 75.45 48.19 -
YUV 220.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 218 232 168 0.06 0 0.28 0.09 73.13 0.58 0.78
Hex DA E8 A8 6 0 1C 9 49 3A 4E
Octal 332 350 250 6 0 34 11 111 72 116
Binary 11011010 11101000 10101000 110 0 11100 1001 1001001 111010 1001110

Color Harmonies of #DAE8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE8A8

Black with #DAE8A8

Text Example


Text Example

White with #DAE8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE8A8; }

 p { color: rgb(218,232,168); }

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

background-color css

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

 a { background-color: rgb(218,232,168); }

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

border-color css

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

 span { border-color: rgb(218,232,168); }

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