Html Css Color HEX #DDF3C5 Frostee

📋 copy color: '#DDF3C5'

red 221 ◦ green 243 ◦ blue 197

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

Shades of Frostee #DDF3C5

Tints of Frostee #DDF3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.76%

 BLUE value IS 197 (77.34% from 255) = 29.8%

R = 33.43%
G = 36.76%
B = 29.8%

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

#DDF3C5 (or 0xDDF3C5) is known color: Frostee. HEX triplet: DD, F3 and C5. RGB value is (221,243,197). Sum of RGB (Red+Green+Blue) = 221+243+197=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C5 is #220C3A. Grayscale: #E7E7E7. Windows color (decimal): -2231355 or 12973021. OLE color: 12973021.

HSL color Cylindrical-coordinate representation of color #DDF3C5: hue angle of 88.7º degrees, saturation: 0.66, 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 #DDF3C5 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 197 -
CMYK 0.09 0 0.19 0.05
HSL 88.7º 0.66% 0.86% -
HSV(B) 88.7º 0.19% 0.95% -
XYZ 71.95 83.5 65.15 -
YUV 231.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 221 243 197 0.09 0 0.19 0.05 88.7 0.66 0.86
Hex DD F3 C5 9 0 13 5 59 42 56
Octal 335 363 305 11 0 23 5 131 102 126
Binary 11011101 11110011 11000101 1001 0 10011 101 1011001 1000010 1010110

Color Harmonies of #DDF3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3C5

Black with #DDF3C5

Text Example


Text Example

White with #DDF3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3C5; }

 p { color: rgb(221,243,197); }

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

background-color css

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

 a { background-color: rgb(221,243,197); }

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

border-color css

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

 span { border-color: rgb(221,243,197); }

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