Html Css Color HEX #DAEDAE Reef

📋 copy color: '#DAEDAE'

red 218 ◦ green 237 ◦ blue 174

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

Shades of Reef #DAEDAE

Tints of Reef #DAEDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.66%

R = 34.66%
G = 37.68%
B = 27.66%

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

#DAEDAE (or 0xDAEDAE) is known color: Reef. HEX triplet: DA, ED and AE. RGB value is (218,237,174). Sum of RGB (Red+Green+Blue) = 218+237+174=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEDAE is #251251. Grayscale: #E0E0E0. Windows color (decimal): -2429522 or 11464154. OLE color: 11464154.

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

Color convert

RGB 218 237 174 -
CMYK 0.08 0 0.27 0.07
HSL 78.1º 0.64% 0.81% -
HSV(B) 78.1º 0.27% 0.93% -
XYZ 66.84 78.53 51.68 -
YUV 224.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 218 237 174 0.08 0 0.27 0.07 78.1 0.64 0.81
Hex DA ED AE 8 0 1B 7 4E 40 51
Octal 332 355 256 10 0 33 7 116 100 121
Binary 11011010 11101101 10101110 1000 0 11011 111 1001110 1000000 1010001

Color Harmonies of #DAEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDAE

Black with #DAEDAE

Text Example


Text Example

White with #DAEDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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