#CCCEEE

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

Shades of Lavender Blue #CCCEEE

Tints of Lavender Blue #CCCEEE

Color information

#CCCEEE (or 0xCCCEEE) is unknown color: approx Lavender Blue. HEX triplet: CC, CE and EE. RGB value is (204,206,238). Sum of RGB (Red+Green+Blue) = 204+206+238=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEE is #333111. Grayscale: #D0D0D0. Windows color (decimal): -3354898 or 15650508. OLE color: 15650508.

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

Color convert

RGB204206238-
CMYK0.140.1300.07
HSL236.47º50%86.67%-
HSV(B)236.47º14.29%93.33%-
XYZ62.4163.1589.79-
YUV209.05144.34124.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=31.48%
G=31.79%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042062380.140.1300.07236.475086.67
HexCCCEEEED07ec3257
Octal31431635616150735462127
Binary110011001100111011101110111011010111111011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEEE; }

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

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

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

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

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

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

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

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