Html Css Color HEX #FFDCCC Cinderella

📋 copy color: '#FFDCCC'

red 255 ◦ green 220 ◦ blue 204

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

Shades of Cinderella #FFDCCC

Tints of Cinderella #FFDCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.4%

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

R = 37.56%
G = 32.4%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFDCCC (or 0xFFDCCC) is known color: Cinderella. HEX triplet: FF, DC and CC. RGB value is (255,220,204). Sum of RGB (Red+Green+Blue) = 255+220+204=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCC is #002333. Grayscale: #E4E4E4. Windows color (decimal): -9012 or 13425919. OLE color: 13425919.

HSL color Cylindrical-coordinate representation of color #FFDCCC: hue angle of 18.82º 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 #FFDCCC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 204 -
CMYK 0 0.14 0.2 0
HSL 18.82º 1% 0.9% -
HSV(B) 18.82º 0.2% 1% -
XYZ 77.73 76.81 67.85 -
YUV 228.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 255 220 204 0 0.14 0.2 0 18.82 1 0.9
Hex FF DC CC 0 E 14 0 13 64 5A
Octal 377 334 314 0 16 24 0 23 144 132
Binary 11111111 11011100 11001100 0 1110 10100 0 10011 1100100 1011010

Color Harmonies of #FFDCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDCCC

Black with #FFDCCC

Text Example


Text Example

White with #FFDCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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