#CCCDFF

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

Shades of Lavender Blue #CCCDFF

Tints of Lavender Blue #CCCDFF

Color information

#CCCDFF (or 0xCCCDFF) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and FF. RGB value is (204,205,255). Sum of RGB (Red+Green+Blue) = 204+205+255=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFF is #333200. Grayscale: #D2D2D2. Windows color (decimal): -3355137 or 16764364. OLE color: 16764364.

HSL color Cylindrical-coordinate representation of color #CCCDFF: hue angle of 238.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDFF is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204205255-
CMYK0.20.2000
HSL238.82º100%90%-
HSV(B)238.82º20%100%-
XYZ64.7863.72103.49-
YUV210.4153.17123.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 255 (100% from 255) = 38.40%
R=30.72%
G=30.87%
B=38.40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042052550.20.2000238.8210090
HexCCCDFF141400ef645a
Octal314315377242400357144132
Binary1100110011001101111111111010010100001110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDFF; }

 p { color: rgb(204,205,255); }

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

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

 a { background-color: rgb(204,205,255); }

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

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

 span { border-color: rgb(204,205,255); }

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