#CCCBED

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

Shades of Lavender Blue #CCCBED

Tints of Lavender Blue #CCCBED

Color information

#CCCBED (or 0xCCCBED) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and ED. RGB value is (204,203,237). Sum of RGB (Red+Green+Blue) = 204+203+237=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBED is #333412. Grayscale: #CFCFCF. Windows color (decimal): -3355667 or 15584204. OLE color: 15584204.

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

Color convert

RGB204203237-
CMYK0.140.1400.07
HSL241.76º48.57%86.27%-
HSV(B)241.76º14.35%92.94%-
XYZ61.5461.6688.78-
YUV207.18144.83125.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=31.68%
G=31.52%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042032370.140.1400.07241.7648.5786.27
HexCCCBEDEE07f23156
Octal31431335516160736261126
Binary110011001100101111101101111011100111111100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBED; }

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

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

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

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

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

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

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

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