#CCCDF9

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

Shades of Lavender Blue #CCCDF9

Tints of Lavender Blue #CCCDF9

Color information

#CCCDF9 (or 0xCCCDF9) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and F9. RGB value is (204,205,249). Sum of RGB (Red+Green+Blue) = 204+205+249=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDF9 is #333206. Grayscale: #D1D1D1. Windows color (decimal): -3355143 or 16371148. OLE color: 16371148.

HSL color Cylindrical-coordinate representation of color #CCCDF9: hue angle of 238.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCDF9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204205249-
CMYK0.180.1800.02
HSL238.67º78.95%88.82%-
HSV(B)238.67º18.07%97.65%-
XYZ63.8363.3498.48-
YUV209.72150.17123.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=31.00%
G=31.16%
B=37.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042052490.180.1800.02238.6778.9588.82
HexCCCDF9121202ef4f59
Octal314315371222202357117131
Binary11001100110011011111100110010100100101110111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDF9; }

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

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

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

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

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

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

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

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