#CCD1F3

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

Shades of Lavender Blue #CCD1F3

Tints of Lavender Blue #CCD1F3

Color information

#CCD1F3 (or 0xCCD1F3) is unknown color: approx Lavender Blue. HEX triplet: CC, D1 and F3. RGB value is (204,209,243). Sum of RGB (Red+Green+Blue) = 204+209+243=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F3 is #332E0C. Grayscale: #D3D3D3. Windows color (decimal): -3354125 or 15978956. OLE color: 15978956.

HSL color Cylindrical-coordinate representation of color #CCD1F3: hue angle of 232.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD1F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204209243-
CMYK0.160.1400.05
HSL232.31º61.9%87.65%-
HSV(B)232.31º16.05%95.29%-
XYZ63.8864.9193.96-
YUV211.38145.84122.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 209 (82.03% from 255) = 31.86%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=31.10%
G=31.86%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042092430.160.1400.05232.3161.987.65
HexCCD1F310E05e83e58
Octal31432136320160535076130
Binary1100110011010001111100111000011100101111010001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1F3; }

 p { color: rgb(204,209,243); }

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

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

 a { background-color: rgb(204,209,243); }

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

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

 span { border-color: rgb(204,209,243); }

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