Html Css Color HEX #DDEDCE Frostee

📋 copy color: '#DDEDCE'

red 221 ◦ green 237 ◦ blue 206

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

Shades of Frostee #DDEDCE

Tints of Frostee #DDEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.69%

 BLUE value IS 206 (80.86% from 255) = 31.02%

R = 33.28%
G = 35.69%
B = 31.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DDEDCE (or 0xDDEDCE) is known color: Frostee. HEX triplet: DD, ED and CE. RGB value is (221,237,206). Sum of RGB (Red+Green+Blue) = 221+237+206=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDCE is #221231. Grayscale: #E4E4E4. Windows color (decimal): -2232882 or 13561309. OLE color: 13561309.

HSL color Cylindrical-coordinate representation of color #DDEDCE: hue angle of 90.97º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEDCE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 206 -
CMYK 0.07 0 0.13 0.07
HSL 90.97º 0.46% 0.87% -
HSV(B) 90.97º 0.13% 0.93% -
XYZ 71.24 80.4 70.16 -
YUV 228.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 221 237 206 0.07 0 0.13 0.07 90.97 0.46 0.87
Hex DD ED CE 7 0 D 7 5B 2E 57
Octal 335 355 316 7 0 15 7 133 56 127
Binary 11011101 11101101 11001110 111 0 1101 111 1011011 101110 1010111

Color Harmonies of #DDEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDCE

Black with #DDEDCE

Text Example


Text Example

White with #DDEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDCE; }

 p { color: rgb(221,237,206); }

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

background-color css

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

 a { background-color: rgb(221,237,206); }

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

border-color css

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

 span { border-color: rgb(221,237,206); }

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