Html Css Color HEX #DDF1C5 Frostee

📋 copy color: '#DDF1C5'

red 221 ◦ green 241 ◦ blue 197

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

Shades of Frostee #DDF1C5

Tints of Frostee #DDF1C5

RGB

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

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

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

R = 33.54%
G = 36.57%
B = 29.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#DDF1C5 (or 0xDDF1C5) is known color: Frostee. HEX triplet: DD, F1 and C5. RGB value is (221,241,197). Sum of RGB (Red+Green+Blue) = 221+241+197=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C5 is #220E3A. Grayscale: #E6E6E6. Windows color (decimal): -2231867 or 12972509. OLE color: 12972509.

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

Color convert

RGB 221 241 197 -
CMYK 0.08 0 0.18 0.05
HSL 87.27º 0.61% 0.86% -
HSV(B) 87.27º 0.18% 0.95% -
XYZ 71.35 82.31 64.95 -
YUV 230 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 221 241 197 0.08 0 0.18 0.05 87.27 0.61 0.86
Hex DD F1 C5 8 0 12 5 57 3D 56
Octal 335 361 305 10 0 22 5 127 75 126
Binary 11011101 11110001 11000101 1000 0 10010 101 1010111 111101 1010110

Color Harmonies of #DDF1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1C5

Black with #DDF1C5

Text Example


Text Example

White with #DDF1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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