Html Css Color HEX #CCBDB2 Pale Slate

📋 copy color: '#CCBDB2'

red 204 ◦ green 189 ◦ blue 178

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

Shades of Pale Slate #CCBDB2

Tints of Pale Slate #CCBDB2

RGB

 RED value IS 204 (80.08% from 255) = 35.73%

 GREEN value IS 189 (74.22% from 255) = 33.1%

 BLUE value IS 178 (69.92% from 255) = 31.17%

R = 35.73%
G = 33.1%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCBDB2 (or 0xCCBDB2) is known color: 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

RGB 204 189 178 -
CMYK 0 0.07 0.13 0.2
HSL 25.38º 0.2% 0.75% -
HSV(B) 25.38º 0.13% 0.8% -
XYZ 51.14 52.45 49.55 -
YUV 192.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 204 189 178 0 0.07 0.13 0.2 25.38 0.2 0.75
Hex CC BD B2 0 7 D 14 19 14 4B
Octal 314 275 262 0 7 15 24 31 24 113
Binary 11001100 10111101 10110010 0 111 1101 10100 11001 10100 1001011

Color Harmonies of #CCBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDB2

Black with #CCBDB2

Text Example


Text Example

White with #CCBDB2

Text Example


Text Example

HTML Codes & Css Web 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>