#CCCBE3

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

Shades of Lavender Grey #CCCBE3

Tints of Lavender Grey #CCCBE3

Color information

#CCCBE3 (or 0xCCCBE3) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and E3. RGB value is (204,203,227). Sum of RGB (Red+Green+Blue) = 204+203+227=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 227 (89.06% from 255 or 35.80% from 634); Max value from RGB is 227 - color contains mainly: blue. Hex color #CCCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBE3 is #33341C. Grayscale: #CDCDCD. Windows color (decimal): -3355677 or 14928844. OLE color: 14928844.

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

Color convert

RGB204203227-
CMYK0.100.1100.11
HSL242.5º30%84.31%-
HSV(B)242.5º10.57%89.02%-
XYZ60.1261.181.3-
YUV206.03139.83126.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 227 (89.06% from 255) = 35.80%
R=32.18%
G=32.02%
B=35.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042032270.100.1100.11242.53084.31
HexCCCBE3AB0Bf21e54
Octal314313343121301336236124
Binary110011001100101111100011101010110101111110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBE3; }

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

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

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

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

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

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

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

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