#CCC8EE

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

Shades of Lavender Blue #CCC8EE

Tints of Lavender Blue #CCC8EE

Color information

#CCC8EE (or 0xCCC8EE) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and EE. RGB value is (204,200,238). Sum of RGB (Red+Green+Blue) = 204+200+238=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EE is #333711. Grayscale: #CDCDCD. Windows color (decimal): -3356434 or 15648972. OLE color: 15648972.

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

Color convert

RGB204200238-
CMYK0.140.1600.07
HSL246.32º52.78%85.88%-
HSV(B)246.32º15.97%93.33%-
XYZ60.9960.3289.32-
YUV205.53146.33126.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=31.78%
G=31.15%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042002380.140.1600.07246.3252.7885.88
HexCCC8EEE1007f63556
Octal31431035616200736665126
Binary1100110011001000111011101110100000111111101101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8EE; }

 p { color: rgb(204,200,238); }

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

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

 a { background-color: rgb(204,200,238); }

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

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

 span { border-color: rgb(204,200,238); }

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