Html Css Color HEX #DDF3C4 Frostee

📋 copy color: '#DDF3C4'

red 221 ◦ green 243 ◦ blue 196

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

Shades of Frostee #DDF3C4

Tints of Frostee #DDF3C4

RGB

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

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

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

R = 33.48%
G = 36.82%
B = 29.7%

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

#DDF3C4 (or 0xDDF3C4) is known color: Frostee. HEX triplet: DD, F3 and C4. RGB value is (221,243,196). Sum of RGB (Red+Green+Blue) = 221+243+196=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 196 (76.95% from 255 or 29.70% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C4 is #220C3B. Grayscale: #E7E7E7. Windows color (decimal): -2231356 or 12907485. OLE color: 12907485.

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

Color convert

RGB 221 243 196 -
CMYK 0.09 0 0.19 0.05
HSL 88.09º 0.66% 0.86% -
HSV(B) 88.09º 0.19% 0.95% -
XYZ 71.83 83.46 64.55 -
YUV 231.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 221 243 196 0.09 0 0.19 0.05 88.09 0.66 0.86
Hex DD F3 C4 9 0 13 5 58 42 56
Octal 335 363 304 11 0 23 5 130 102 126
Binary 11011101 11110011 11000100 1001 0 10011 101 1011000 1000010 1010110

Color Harmonies of #DDF3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3C4

Black with #DDF3C4

Text Example


Text Example

White with #DDF3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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