Html Css Color HEX #DAEBCC Frostee

📋 copy color: '#DAEBCC'

red 218 ◦ green 235 ◦ blue 204

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

Shades of Frostee #DAEBCC

Tints of Frostee #DAEBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.77%

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 33.18%
G = 35.77%
B = 31.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DAEBCC (or 0xDAEBCC) is known color: Frostee. HEX triplet: DA, EB and CC. RGB value is (218,235,204). Sum of RGB (Red+Green+Blue) = 218+235+204=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBCC is #251433. Grayscale: #E2E2E2. Windows color (decimal): -2430004 or 13429722. OLE color: 13429722.

HSL color Cylindrical-coordinate representation of color #DAEBCC: hue angle of 92.9º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEBCC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 204 -
CMYK 0.07 0 0.13 0.08
HSL 92.9º 0.44% 0.86% -
HSV(B) 92.9º 0.13% 0.92% -
XYZ 69.52 78.68 68.65 -
YUV 226.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 218 235 204 0.07 0 0.13 0.08 92.9 0.44 0.86
Hex DA EB CC 7 0 D 8 5D 2C 56
Octal 332 353 314 7 0 15 10 135 54 126
Binary 11011010 11101011 11001100 111 0 1101 1000 1011101 101100 1010110

Color Harmonies of #DAEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBCC

Black with #DAEBCC

Text Example


Text Example

White with #DAEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBCC; }

 p { color: rgb(218,235,204); }

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

background-color css

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

 a { background-color: rgb(218,235,204); }

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

border-color css

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

 span { border-color: rgb(218,235,204); }

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