Html Css Color HEX #DAE9A6 Reef

📋 copy color: '#DAE9A6'

red 218 ◦ green 233 ◦ blue 166

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

Shades of Reef #DAE9A6

Tints of Reef #DAE9A6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 166 (65.23% from 255) = 26.9%

R = 35.33%
G = 37.76%
B = 26.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#DAE9A6 (or 0xDAE9A6) is known color: Reef. HEX triplet: DA, E9 and A6. RGB value is (218,233,166). Sum of RGB (Red+Green+Blue) = 218+233+166=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A6 is #251659. Grayscale: #DDDDDD. Windows color (decimal): -2430554 or 10938842. OLE color: 10938842.

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

Color convert

RGB 218 233 166 -
CMYK 0.06 0 0.29 0.09
HSL 73.43º 0.6% 0.78% -
HSV(B) 73.43º 0.29% 0.91% -
XYZ 64.94 75.94 47.31 -
YUV 220.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 218 233 166 0.06 0 0.29 0.09 73.43 0.6 0.78
Hex DA E9 A6 6 0 1D 9 49 3C 4E
Octal 332 351 246 6 0 35 11 111 74 116
Binary 11011010 11101001 10100110 110 0 11101 1001 1001001 111100 1001110

Color Harmonies of #DAE9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9A6

Black with #DAE9A6

Text Example


Text Example

White with #DAE9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9A6; }

 p { color: rgb(218,233,166); }

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

background-color css

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

 a { background-color: rgb(218,233,166); }

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

border-color css

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

 span { border-color: rgb(218,233,166); }

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