#CBCBD4

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

Shades of Lavender Grey #CBCBD4

Tints of Lavender Grey #CBCBD4

Color information

#CBCBD4 (or 0xCBCBD4) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and D4. RGB value is (203,203,212). Sum of RGB (Red+Green+Blue) = 203+203+212=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD4 is #34342B. Grayscale: #CBCBCB. Windows color (decimal): -3421228 or 13945803. OLE color: 13945803.

HSL color Cylindrical-coordinate representation of color #CBCBD4: hue angle of 240º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCBD4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203203212-
CMYK0.040.0400.17
HSL240º9.47%81.37%-
HSV(B)240º4.25%83.14%-
XYZ57.8760.1670.85-
YUV204.03132.5127.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 212 (83.20% from 255) = 34.30%
R=32.85%
G=32.85%
B=34.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2032032120.040.0400.172409.4781.37
HexCBCBD444011f0951
Octal3133133244402136011121
Binary1100101111001011110101001001000100011111000010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBD4; }

 p { color: rgb(203,203,212); }

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

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

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

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

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

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

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