Html Css Color HEX #DDF2C4 Frostee

📋 copy color: '#DDF2C4'

red 221 ◦ green 242 ◦ blue 196

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

Shades of Frostee #DDF2C4

Tints of Frostee #DDF2C4

RGB

 RED value IS 221 (86.72% from 255) = 33.54%

 GREEN value IS 242 (94.92% from 255) = 36.72%

 BLUE value IS 196 (76.95% from 255) = 29.74%

R = 33.54%
G = 36.72%
B = 29.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#DDF2C4 (or 0xDDF2C4) is known color: Frostee. HEX triplet: DD, F2 and C4. RGB value is (221,242,196). Sum of RGB (Red+Green+Blue) = 221+242+196=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C4 is #220D3B. Grayscale: #E6E6E6. Windows color (decimal): -2231612 or 12907229. OLE color: 12907229.

HSL color Cylindrical-coordinate representation of color #DDF2C4: hue angle of 87.39º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF2C4 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 196 -
CMYK 0.09 0 0.19 0.05
HSL 87.39º 0.64% 0.86% -
HSV(B) 87.39º 0.19% 0.95% -
XYZ 71.53 82.86 64.45 -
YUV 230.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 221 242 196 0.09 0 0.19 0.05 87.39 0.64 0.86
Hex DD F2 C4 9 0 13 5 57 40 56
Octal 335 362 304 11 0 23 5 127 100 126
Binary 11011101 11110010 11000100 1001 0 10011 101 1010111 1000000 1010110

Color Harmonies of #DDF2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2C4

Black with #DDF2C4

Text Example


Text Example

White with #DDF2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2C4; }

 p { color: rgb(221,242,196); }

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

background-color css

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

 a { background-color: rgb(221,242,196); }

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

border-color css

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

 span { border-color: rgb(221,242,196); }

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