Html Css Color HEX #DAEEAC Reef

📋 copy color: '#DAEEAC'

red 218 ◦ green 238 ◦ blue 172

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

Shades of Reef #DAEEAC

Tints of Reef #DAEEAC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.9%

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

R = 34.71%
G = 37.9%
B = 27.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#DAEEAC (or 0xDAEEAC) is known color: Reef. HEX triplet: DA, EE and AC. RGB value is (218,238,172). Sum of RGB (Red+Green+Blue) = 218+238+172=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAC is #251153. Grayscale: #E0E0E0. Windows color (decimal): -2429268 or 11333338. OLE color: 11333338.

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

Color convert

RGB 218 238 172 -
CMYK 0.08 0 0.28 0.07
HSL 78.18º 0.66% 0.8% -
HSV(B) 78.18º 0.28% 0.93% -
XYZ 66.93 79.03 50.76 -
YUV 224.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 218 238 172 0.08 0 0.28 0.07 78.18 0.66 0.8
Hex DA EE AC 8 0 1C 7 4E 42 50
Octal 332 356 254 10 0 34 7 116 102 120
Binary 11011010 11101110 10101100 1000 0 11100 111 1001110 1000010 1010000

Color Harmonies of #DAEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEAC

Black with #DAEEAC

Text Example


Text Example

White with #DAEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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