Html Css Color HEX #DAEDAC Reef

📋 copy color: '#DAEDAC'

red 218 ◦ green 237 ◦ blue 172

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

Shades of Reef #DAEDAC

Tints of Reef #DAEDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.8%

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

R = 34.77%
G = 37.8%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DAEDAC (or 0xDAEDAC) is known color: Reef. HEX triplet: DA, ED and AC. RGB value is (218,237,172). Sum of RGB (Red+Green+Blue) = 218+237+172=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDAC is #251253. Grayscale: #E0E0E0. Windows color (decimal): -2429524 or 11333082. OLE color: 11333082.

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

Color convert

RGB 218 237 172 -
CMYK 0.08 0 0.27 0.07
HSL 77.54º 0.64% 0.8% -
HSV(B) 77.54º 0.27% 0.93% -
XYZ 66.64 78.45 50.66 -
YUV 223.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 218 237 172 0.08 0 0.27 0.07 77.54 0.64 0.8
Hex DA ED AC 8 0 1B 7 4E 40 50
Octal 332 355 254 10 0 33 7 116 100 120
Binary 11011010 11101101 10101100 1000 0 11011 111 1001110 1000000 1010000

Color Harmonies of #DAEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDAC

Black with #DAEDAC

Text Example


Text Example

White with #DAEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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