#CBC8E3

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

Shades of Lavender Grey #CBC8E3

Tints of Lavender Grey #CBC8E3

Color information

#CBC8E3 (or 0xCBC8E3) is unknown color: approx Lavender Grey. HEX triplet: CB, C8 and E3. RGB value is (203,200,227). Sum of RGB (Red+Green+Blue) = 203+200+227=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8E3 is #34371C. Grayscale: #CBCBCB. Windows color (decimal): -3421981 or 14928075. OLE color: 14928075.

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

Color convert

RGB203200227-
CMYK0.110.1200.11
HSL246.67º32.53%83.73%-
HSV(B)246.67º11.89%89.02%-
XYZ59.1559.5581.05-
YUV203.97140.99127.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 227 (89.06% from 255) = 36.03%
R=32.22%
G=31.75%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032002270.110.1200.11246.6732.5383.73
HexCBC8E3BC0Bf72154
Octal313310343131401336741124
Binary1100101111001000111000111011110001011111101111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8E3; }

 p { color: rgb(203,200,227); }

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

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

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

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

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

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

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