Html Css Color HEX #DEF1CA Frostee

📋 copy color: '#DEF1CA'

red 222 ◦ green 241 ◦ blue 202

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

Shades of Frostee #DEF1CA

Tints of Frostee #DEF1CA

RGB

 RED value IS 222 (87.11% from 255) = 33.38%

 GREEN value IS 241 (94.53% from 255) = 36.24%

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

R = 33.38%
G = 36.24%
B = 30.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#DEF1CA (or 0xDEF1CA) is known color: Frostee. HEX triplet: DE, F1 and CA. RGB value is (222,241,202). Sum of RGB (Red+Green+Blue) = 222+241+202=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1CA is #210E35. Grayscale: #E7E7E7. Windows color (decimal): -2166326 or 13300190. OLE color: 13300190.

HSL color Cylindrical-coordinate representation of color #DEF1CA: hue angle of 89.23º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEF1CA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 202 -
CMYK 0.08 0 0.16 0.05
HSL 89.23º 0.58% 0.87% -
HSV(B) 89.23º 0.16% 0.95% -
XYZ 72.24 82.7 68.03 -
YUV 230.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 222 241 202 0.08 0 0.16 0.05 89.23 0.58 0.87
Hex DE F1 CA 8 0 10 5 59 3A 57
Octal 336 361 312 10 0 20 5 131 72 127
Binary 11011110 11110001 11001010 1000 0 10000 101 1011001 111010 1010111

Color Harmonies of #DEF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1CA

Black with #DEF1CA

Text Example


Text Example

White with #DEF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1CA; }

 p { color: rgb(222,241,202); }

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

background-color css

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

 a { background-color: rgb(222,241,202); }

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

border-color css

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

 span { border-color: rgb(222,241,202); }

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