#CCCAFF

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

Shades of Lavender Blue #CCCAFF

Tints of Lavender Blue #CCCAFF

Color information

#CCCAFF (or 0xCCCAFF) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and FF. RGB value is (204,202,255). Sum of RGB (Red+Green+Blue) = 204+202+255=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFF is #333500. Grayscale: #D0D0D0. Windows color (decimal): -3355905 or 16763596. OLE color: 16763596.

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

Color convert

RGB204202255-
CMYK0.20.2100
HSL242.26º100%89.61%-
HSV(B)242.26º20.78%100%-
XYZ64.0762.3103.26-
YUV208.64154.16124.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 255 (100% from 255) = 38.58%
R=30.86%
G=30.56%
B=38.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042022550.20.2100242.2610089.61
HexCCCAFF141500f2645a
Octal314312377242500362144132
Binary1100110011001010111111111010010101001111001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAFF; }

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

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

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

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

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

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

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

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