Html Css Color HEX #DAFDAE Reef

📋 copy color: '#DAFDAE'

red 218 ◦ green 253 ◦ blue 174

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

Shades of Reef #DAFDAE

Tints of Reef #DAFDAE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.22%

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

R = 33.8%
G = 39.22%
B = 26.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#DAFDAE (or 0xDAFDAE) is known color: Reef. HEX triplet: DA, FD and AE. RGB value is (218,253,174). Sum of RGB (Red+Green+Blue) = 218+253+174=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAE is #250251. Grayscale: #E9E9E9. Windows color (decimal): -2425426 or 11468250. OLE color: 11468250.

HSL color Cylindrical-coordinate representation of color #DAFDAE: hue angle of 86.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAFDAE is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 174 -
CMYK 0.14 0 0.31 0.01
HSL 86.58º 0.95% 0.84% -
HSV(B) 86.58º 0.31% 0.99% -
XYZ 71.68 88.21 53.29 -
YUV 233.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 218 253 174 0.14 0 0.31 0.01 86.58 0.95 0.84
Hex DA FD AE E 0 1F 1 57 5F 54
Octal 332 375 256 16 0 37 1 127 137 124
Binary 11011010 11111101 10101110 1110 0 11111 1 1010111 1011111 1010100

Color Harmonies of #DAFDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDAE

Black with #DAFDAE

Text Example


Text Example

White with #DAFDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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