Html Css Color HEX #DDF4C6 Frostee

📋 copy color: '#DDF4C6'

red 221 ◦ green 244 ◦ blue 198

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

Shades of Frostee #DDF4C6

Tints of Frostee #DDF4C6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.8%

 BLUE value IS 198 (77.73% from 255) = 29.86%

R = 33.33%
G = 36.8%
B = 29.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#DDF4C6 (or 0xDDF4C6) is known color: Frostee. HEX triplet: DD, F4 and C6. RGB value is (221,244,198). Sum of RGB (Red+Green+Blue) = 221+244+198=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 198 (77.73% from 255 or 29.86% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4C6 is #220B39. Grayscale: #E8E8E8. Windows color (decimal): -2231098 or 13038813. OLE color: 13038813.

HSL color Cylindrical-coordinate representation of color #DDF4C6: hue angle of 90º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF4C6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 198 -
CMYK 0.09 0 0.19 0.04
HSL 90º 0.68% 0.87% -
HSV(B) 90º 0.19% 0.96% -
XYZ 72.36 84.15 65.85 -
YUV 231.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 221 244 198 0.09 0 0.19 0.04 90 0.68 0.87
Hex DD F4 C6 9 0 13 4 5A 44 57
Octal 335 364 306 11 0 23 4 132 104 127
Binary 11011101 11110100 11000110 1001 0 10011 100 1011010 1000100 1010111

Color Harmonies of #DDF4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF4C6

Black with #DDF4C6

Text Example


Text Example

White with #DDF4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF4C6; }

 p { color: rgb(221,244,198); }

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

background-color css

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

 a { background-color: rgb(221,244,198); }

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

border-color css

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

 span { border-color: rgb(221,244,198); }

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