Html Css Color HEX #DFCCCC Vanilla Ice

📋 copy color: '#DFCCCC'

red 223 ◦ green 204 ◦ blue 204

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

Shades of Vanilla Ice #DFCCCC

Tints of Vanilla Ice #DFCCCC

RGB

 RED value IS 223 (87.5% from 255) = 35.34%

 GREEN value IS 204 (80.08% from 255) = 32.33%

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

R = 35.34%
G = 32.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFCCCC (or 0xDFCCCC) is known color: Vanilla Ice. HEX triplet: DF, CC and CC. RGB value is (223,204,204). Sum of RGB (Red+Green+Blue) = 223+204+204=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCC is #203333. Grayscale: #D1D1D1. Windows color (decimal): -2110260 or 13421791. OLE color: 13421791.

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

Color convert

RGB 223 204 204 -
CMYK 0 0.09 0.09 0.13
HSL 0.23% 0.84% -
HSV(B) 0.09% 0.87% -
XYZ 62.92 63.23 66.02 -
YUV 209.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 223 204 204 0 0.09 0.09 0.13 0 0.23 0.84
Hex DF CC CC 0 9 9 D 0 17 54
Octal 337 314 314 0 11 11 15 0 27 124
Binary 11011111 11001100 11001100 0 1001 1001 1101 0 10111 1010100

Color Harmonies of #DFCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCCC

Black with #DFCCCC

Text Example


Text Example

White with #DFCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCCC; }

 p { color: rgb(223,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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