#CCCAFD

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

Shades of Lavender Blue #CCCAFD

Tints of Lavender Blue #CCCAFD

Color information

#CCCAFD (or 0xCCCAFD) is unknown color: approx Lavender Blue. HEX triplet: CC, CA and FD. RGB value is (204,202,253). Sum of RGB (Red+Green+Blue) = 204+202+253=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAFD is #333502. Grayscale: #D0D0D0. Windows color (decimal): -3355907 or 16632524. OLE color: 16632524.

HSL color Cylindrical-coordinate representation of color #CCCAFD: hue angle of 242.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCAFD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204202253-
CMYK0.190.2000.01
HSL242.35º92.73%89.22%-
HSV(B)242.35º20.16%99.22%-
XYZ63.7562.17101.57-
YUV208.41153.16124.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=30.96%
G=30.65%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042022530.190.2000.01242.3592.7389.22
HexCCCAFD131401f25d59
Octal314312375232401362135131
Binary1100110011001010111111011001110100011111001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAFD; }

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

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

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

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

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

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

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

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