#CFCCF1

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

Shades of Lavender Blue #CFCCF1

Tints of Lavender Blue #CFCCF1

Color information

#CFCCF1 (or 0xCFCCF1) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F1. RGB value is (207,204,241). Sum of RGB (Red+Green+Blue) = 207+204+241=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF1 is #30330E. Grayscale: #D0D0D0. Windows color (decimal): -3158799 or 15846607. OLE color: 15846607.

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

Color convert

RGB207204241-
CMYK0.140.1500.05
HSL244.86º56.92%87.25%-
HSV(B)244.86º15.35%94.51%-
XYZ63.262.892.01-
YUV209.11145.99126.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=31.75%
G=31.29%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072042410.140.1500.05244.8656.9287.25
HexCFCCF1EF05f53957
Octal31731436116170536571127
Binary110011111100110011110001111011110101111101011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF1; }

 p { color: rgb(207,204,241); }

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

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

 a { background-color: rgb(207,204,241); }

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

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

 span { border-color: rgb(207,204,241); }

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