Html Css Color HEX #CCCBD7 Lavender Grey

📋 copy color: '#CCCBD7'

red 204 ◦ green 203 ◦ blue 215

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

Shades of Lavender Grey #CCCBD7

Tints of Lavender Grey #CCCBD7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.64%

 BLUE value IS 215 (84.38% from 255) = 34.57%

R = 32.8%
G = 32.64%
B = 34.57%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCBD7 (or 0xCCCBD7) is known color: Lavender Grey. HEX triplet: CC, CB and D7. RGB value is (204,203,215). Sum of RGB (Red+Green+Blue) = 204+203+215=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD7 is #333428. Grayscale: #CCCCCC. Windows color (decimal): -3355689 or 14142412. OLE color: 14142412.

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

Color convert

RGB 204 203 215 -
CMYK 0.05 0.06 0 0.16
HSL 245º 0.13% 0.82% -
HSV(B) 245º 0.06% 0.84% -
XYZ 58.52 60.46 72.87 -
YUV 204.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 204 203 215 0.05 0.06 0 0.16 245 0.13 0.82
Hex CC CB D7 5 6 0 10 F5 D 52
Octal 314 313 327 5 6 0 20 365 15 122
Binary 11001100 11001011 11010111 101 110 0 10000 11110101 1101 1010010

Color Harmonies of #CCCBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBD7

Black with #CCCBD7

Text Example


Text Example

White with #CCCBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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