Html Css Color HEX #CBCADB Lavender Grey

📋 copy color: '#CBCADB'

red 203 ◦ green 202 ◦ blue 219

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

Shades of Lavender Grey #CBCADB

Tints of Lavender Grey #CBCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.37%

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 32.53%
G = 32.37%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBCADB (or 0xCBCADB) is known color: Lavender Grey. HEX triplet: CB, CA and DB. RGB value is (203,202,219). Sum of RGB (Red+Green+Blue) = 203+202+219=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADB is #343524. Grayscale: #CCCCCC. Windows color (decimal): -3421477 or 14404299. OLE color: 14404299.

HSL color Cylindrical-coordinate representation of color #CBCADB: hue angle of 243.53º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCADB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 202 219 -
CMYK 0.07 0.08 0 0.14
HSL 243.53º 0.19% 0.83% -
HSV(B) 243.53º 0.08% 0.86% -
XYZ 58.54 60.05 75.52 -
YUV 204.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 203 202 219 0.07 0.08 0 0.14 243.53 0.19 0.83
Hex CB CA DB 7 8 0 E F4 13 53
Octal 313 312 333 7 10 0 16 364 23 123
Binary 11001011 11001010 11011011 111 1000 0 1110 11110100 10011 1010011

Color Harmonies of #CBCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCADB

Black with #CBCADB

Text Example


Text Example

White with #CBCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCADB; }

 p { color: rgb(203,202,219); }

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

background-color css

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

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

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

border-color css

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

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

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