#CBCADF

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

Shades of Lavender Grey #CBCADF

Tints of Lavender Grey #CBCADF

Color information

#CBCADF (or 0xCBCADF) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DF. RGB value is (203,202,223). Sum of RGB (Red+Green+Blue) = 203+202+223=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADF is #343520. Grayscale: #CCCCCC. Windows color (decimal): -3421473 or 14666443. OLE color: 14666443.

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

Color convert

RGB203202223-
CMYK0.090.0900.13
HSL242.86º24.71%83.33%-
HSV(B)242.86º9.42%87.45%-
XYZ59.0760.2778.33-
YUV204.69138.33126.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=32.32%
G=32.17%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032022230.090.0900.13242.8624.7183.33
HexCBCADF990Df31953
Octal313312337111101536331123
Binary110010111100101011011111100110010110111110011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADF; }

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

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

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

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

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

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

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

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