Html Css Color HEX #DEF1CC Frostee

📋 copy color: '#DEF1CC'

red 222 ◦ green 241 ◦ blue 204

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

Shades of Frostee #DEF1CC

Tints of Frostee #DEF1CC

RGB

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

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

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

R = 33.28%
G = 36.13%
B = 30.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#DEF1CC (or 0xDEF1CC) is known color: Frostee. HEX triplet: DE, F1 and CC. RGB value is (222,241,204). Sum of RGB (Red+Green+Blue) = 222+241+204=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1CC is #210E33. Grayscale: #E7E7E7. Windows color (decimal): -2166324 or 13431262. OLE color: 13431262.

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

Color convert

RGB 222 241 204 -
CMYK 0.08 0 0.15 0.05
HSL 90.81º 0.57% 0.87% -
HSV(B) 90.81º 0.15% 0.95% -
XYZ 72.48 82.8 69.29 -
YUV 231.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 222 241 204 0.08 0 0.15 0.05 90.81 0.57 0.87
Hex DE F1 CC 8 0 F 5 5B 39 57
Octal 336 361 314 10 0 17 5 133 71 127
Binary 11011110 11110001 11001100 1000 0 1111 101 1011011 111001 1010111

Color Harmonies of #DEF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1CC

Black with #DEF1CC

Text Example


Text Example

White with #DEF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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