Html Css Color HEX #CBCADC Lavender Grey

📋 copy color: '#CBCADC'

red 203 ◦ green 202 ◦ blue 220

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

Shades of Lavender Grey #CBCADC

Tints of Lavender Grey #CBCADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 32.48%
G = 32.32%
B = 35.2%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBCADC (or 0xCBCADC) is known color: Lavender Grey. HEX triplet: CB, CA and DC. RGB value is (203,202,220). Sum of RGB (Red+Green+Blue) = 203+202+220=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADC is #343523. Grayscale: #CCCCCC. Windows color (decimal): -3421476 or 14469835. OLE color: 14469835.

HSL color Cylindrical-coordinate representation of color #CBCADC: hue angle of 243.33º degrees, saturation: 0.2, 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 #CBCADC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 202 220 -
CMYK 0.08 0.08 0 0.14
HSL 243.33º 0.2% 0.83% -
HSV(B) 243.33º 0.08% 0.86% -
XYZ 58.67 60.1 76.22 -
YUV 204.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 203 202 220 0.08 0.08 0 0.14 243.33 0.2 0.83
Hex CB CA DC 8 8 0 E F3 14 53
Octal 313 312 334 10 10 0 16 363 24 123
Binary 11001011 11001010 11011100 1000 1000 0 1110 11110011 10100 1010011

Color Harmonies of #CBCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCADC

Black with #CBCADC

Text Example


Text Example

White with #CBCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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