Html Css Color HEX #DAECCA Frostee

📋 copy color: '#DAECCA'

red 218 ◦ green 236 ◦ blue 202

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

Shades of Frostee #DAECCA

Tints of Frostee #DAECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.98%

 BLUE value IS 202 (79.3% from 255) = 30.79%

R = 33.23%
G = 35.98%
B = 30.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DAECCA (or 0xDAECCA) is known color: Frostee. HEX triplet: DA, EC and CA. RGB value is (218,236,202). Sum of RGB (Red+Green+Blue) = 218+236+202=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCA is #251335. Grayscale: #E2E2E2. Windows color (decimal): -2429750 or 13298906. OLE color: 13298906.

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

Color convert

RGB 218 236 202 -
CMYK 0.08 0 0.14 0.07
HSL 91.76º 0.47% 0.86% -
HSV(B) 91.76º 0.14% 0.93% -
XYZ 69.57 79.16 67.49 -
YUV 226.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 218 236 202 0.08 0 0.14 0.07 91.76 0.47 0.86
Hex DA EC CA 8 0 E 7 5C 2F 56
Octal 332 354 312 10 0 16 7 134 57 126
Binary 11011010 11101100 11001010 1000 0 1110 111 1011100 101111 1010110

Color Harmonies of #DAECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECCA

Black with #DAECCA

Text Example


Text Example

White with #DAECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECCA; }

 p { color: rgb(218,236,202); }

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

background-color css

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

 a { background-color: rgb(218,236,202); }

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

border-color css

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

 span { border-color: rgb(218,236,202); }

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