#D5CCCF

Color #D5CCCF Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D5CCCF

Tints of Prim #D5CCCF

Color information

#D5CCCF (or 0xD5CCCF) is unknown color: approx Prim. HEX triplet: D5, CC and CF. RGB value is (213,204,207). Sum of RGB (Red+Green+Blue) = 213+204+207=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCF is #2A3330. Grayscale: #CFCFCF. Windows color (decimal): -2765617 or 13618389. OLE color: 13618389.

HSL color Cylindrical-coordinate representation of color #D5CCCF: hue angle of 340º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCCF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213204207-
CMYK00.040.030.16
HSL340º9.68%81.76%-
HSV(B)340º4.23%83.53%-
XYZ60.361.8467.79-
YUV207.03127.98132.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=34.13%
G=32.69%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320420700.040.030.163409.6881.76
HexD5CCCF04310154a52
Octal3253143170432052412122
Binary1101010111001100110011110100111000010101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCCF; }

 p { color: rgb(213,204,207); }

 H1.HeaderClassName
 {
   color: #D5CCCF;
 }
 .AnyTagClassName
 {
   color: #D5CCCF;
 }
</style>
background-color css

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

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

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

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

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

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