#CCD1F7

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

Shades of Lavender Blue #CCD1F7

Tints of Lavender Blue #CCD1F7

Color information

#CCD1F7 (or 0xCCD1F7) is unknown color: approx Lavender Blue. HEX triplet: CC, D1 and F7. RGB value is (204,209,247). Sum of RGB (Red+Green+Blue) = 204+209+247=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1F7 is #332E08. Grayscale: #D3D3D3. Windows color (decimal): -3354121 or 16241100. OLE color: 16241100.

HSL color Cylindrical-coordinate representation of color #CCD1F7: hue angle of 233.02º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD1F7 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204209247-
CMYK0.170.1500.03
HSL233.02º72.88%88.43%-
HSV(B)233.02º17.41%96.86%-
XYZ64.4965.1597.17-
YUV211.84147.84122.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=30.91%
G=31.67%
B=37.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042092470.170.1500.03233.0272.8888.43
HexCCD1F711F03e94958
Octal314321367211703351111130
Binary1100110011010001111101111000111110111110100110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1F7; }

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

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

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

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

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

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

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

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