Html Css Color HEX #FFDDCC Cinderella

📋 copy color: '#FFDDCC'

red 255 ◦ green 221 ◦ blue 204

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

Shades of Cinderella #FFDDCC

Tints of Cinderella #FFDDCC

RGB

 RED value IS 255 (100% from 255) = 37.5%

 GREEN value IS 221 (86.72% from 255) = 32.5%

 BLUE value IS 204 (80.08% from 255) = 30%

R = 37.5%
G = 32.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFDDCC (or 0xFFDDCC) is known color: Cinderella. HEX triplet: FF, DD and CC. RGB value is (255,221,204). Sum of RGB (Red+Green+Blue) = 255+221+204=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCC is #002233. Grayscale: #E5E5E5. Windows color (decimal): -8756 or 13426175. OLE color: 13426175.

HSL color Cylindrical-coordinate representation of color #FFDDCC: hue angle of 20º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFDDCC is Cyan = 0, Magento = 0.13, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 204 -
CMYK 0 0.13 0.2 0
HSL 20º 1% 0.9% -
HSV(B) 20º 0.2% 1% -
XYZ 78 77.33 67.94 -
YUV 229.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 255 221 204 0 0.13 0.2 0 20 1 0.9
Hex FF DD CC 0 D 14 0 14 64 5A
Octal 377 335 314 0 15 24 0 24 144 132
Binary 11111111 11011101 11001100 0 1101 10100 0 10100 1100100 1011010

Color Harmonies of #FFDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDCC

Black with #FFDDCC

Text Example


Text Example

White with #FFDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDCC; }

 p { color: rgb(255,221,204); }

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

background-color css

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

 a { background-color: rgb(255,221,204); }

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

border-color css

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

 span { border-color: rgb(255,221,204); }

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