Html Css Color HEX #CBCBD5 Lavender Grey

📋 copy color: '#CBCBD5'

red 203 ◦ green 203 ◦ blue 213

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

Shades of Lavender Grey #CBCBD5

Tints of Lavender Grey #CBCBD5

RGB

 RED value IS 203 (79.69% from 255) = 32.79%

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

 BLUE value IS 213 (83.59% from 255) = 34.41%

R = 32.79%
G = 32.79%
B = 34.41%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CBCBD5 (or 0xCBCBD5) is known color: Lavender Grey. HEX triplet: CB, CB and D5. RGB value is (203,203,213). Sum of RGB (Red+Green+Blue) = 203+203+213=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD5 is #34342A. Grayscale: #CCCCCC. Windows color (decimal): -3421227 or 14011339. OLE color: 14011339.

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

Color convert

RGB 203 203 213 -
CMYK 0.05 0.05 0 0.16
HSL 240º 0.11% 0.82% -
HSV(B) 240º 0.05% 0.84% -
XYZ 57.99 60.21 71.52 -
YUV 204.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 203 203 213 0.05 0.05 0 0.16 240 0.11 0.82
Hex CB CB D5 5 5 0 10 F0 B 52
Octal 313 313 325 5 5 0 20 360 13 122
Binary 11001011 11001011 11010101 101 101 0 10000 11110000 1011 1010010

Color Harmonies of #CBCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCBD5

Black with #CBCBD5

Text Example


Text Example

White with #CBCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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