Html Css Color HEX #FFD7CC Cinderella

📋 copy color: '#FFD7CC'

red 255 ◦ green 215 ◦ blue 204

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

Shades of Cinderella #FFD7CC

Tints of Cinderella #FFD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.9%

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

R = 37.83%
G = 31.9%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFD7CC (or 0xFFD7CC) is known color: Cinderella. HEX triplet: FF, D7 and CC. RGB value is (255,215,204). Sum of RGB (Red+Green+Blue) = 255+215+204=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD7CC is #002833. Grayscale: #E1E1E1. Windows color (decimal): -10292 or 13424639. OLE color: 13424639.

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

Color convert

RGB 255 215 204 -
CMYK 0 0.16 0.2 0
HSL 12.94º 1% 0.9% -
HSV(B) 12.94º 0.2% 1% -
XYZ 76.44 74.22 67.42 -
YUV 225.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 255 215 204 0 0.16 0.2 0 12.94 1 0.9
Hex FF D7 CC 0 10 14 0 D 64 5A
Octal 377 327 314 0 20 24 0 15 144 132
Binary 11111111 11010111 11001100 0 10000 10100 0 1101 1100100 1011010

Color Harmonies of #FFD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD7CC

Black with #FFD7CC

Text Example


Text Example

White with #FFD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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