Html Css Color HEX #DAEDAF Reef

📋 copy color: '#DAEDAF'

red 218 ◦ green 237 ◦ blue 175

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

Shades of Reef #DAEDAF

Tints of Reef #DAEDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 34.6%
G = 37.62%
B = 27.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DAEDAF (or 0xDAEDAF) is known color: Reef. HEX triplet: DA, ED and AF. RGB value is (218,237,175). Sum of RGB (Red+Green+Blue) = 218+237+175=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDAF is #251250. Grayscale: #E0E0E0. Windows color (decimal): -2429521 or 11529690. OLE color: 11529690.

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

Color convert

RGB 218 237 175 -
CMYK 0.08 0 0.26 0.07
HSL 78.39º 0.63% 0.81% -
HSV(B) 78.39º 0.26% 0.93% -
XYZ 66.94 78.57 52.19 -
YUV 224.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 218 237 175 0.08 0 0.26 0.07 78.39 0.63 0.81
Hex DA ED AF 8 0 1A 7 4E 3F 51
Octal 332 355 257 10 0 32 7 116 77 121
Binary 11011010 11101101 10101111 1000 0 11010 111 1001110 111111 1010001

Color Harmonies of #DAEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDAF

Black with #DAEDAF

Text Example


Text Example

White with #DAEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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