#CCBDB2

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

Shades of Pale Slate #CCBDB2

Tints of Pale Slate #CCBDB2

Color information

#CCBDB2 (or 0xCCBDB2) is unknown color: approx Pale Slate. HEX triplet: CC, BD and B2. RGB value is (204,189,178). Sum of RGB (Red+Green+Blue) = 204+189+178=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDB2 is #33424D. Grayscale: #C0C0C0. Windows color (decimal): -3359310 or 11713996. OLE color: 11713996.

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

Color convert

RGB204189178-
CMYK00.070.130.2
HSL25.38º20.31%74.9%-
HSV(B)25.38º12.75%80%-
XYZ51.1452.4549.55-
YUV192.23119.97136.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 178 (69.92% from 255) = 31.17%
R=35.73%
G=33.10%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418917800.070.130.225.3820.3174.9
HexCCBDB207D1419144b
Octal3142752620715243124113
Binary110011001011110110110010011111011010011001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDB2; }

 p { color: rgb(204,189,178); }

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

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

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

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

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

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

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