Html Css Color HEX #DAEEAF Reef

📋 copy color: '#DAEEAF'

red 218 ◦ green 238 ◦ blue 175

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

Shades of Reef #DAEEAF

Tints of Reef #DAEEAF

RGB

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

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

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

R = 34.55%
G = 37.72%
B = 27.73%

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

#DAEEAF (or 0xDAEEAF) is known color: Reef. HEX triplet: DA, EE and AF. RGB value is (218,238,175). Sum of RGB (Red+Green+Blue) = 218+238+175=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAF is #251150. Grayscale: #E1E1E1. Windows color (decimal): -2429265 or 11529946. OLE color: 11529946.

HSL color Cylindrical-coordinate representation of color #DAEEAF: hue angle of 79.05º degrees, saturation: 0.65, 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 #DAEEAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 175 -
CMYK 0.08 0 0.26 0.07
HSL 79.05º 0.65% 0.81% -
HSV(B) 79.05º 0.26% 0.93% -
XYZ 67.23 79.15 52.29 -
YUV 224.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 218 238 175 0.08 0 0.26 0.07 79.05 0.65 0.81
Hex DA EE AF 8 0 1A 7 4F 41 51
Octal 332 356 257 10 0 32 7 117 101 121
Binary 11011010 11101110 10101111 1000 0 11010 111 1001111 1000001 1010001

Color Harmonies of #DAEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEAF

Black with #DAEEAF

Text Example


Text Example

White with #DAEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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