#CFCCF9

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

Shades of Lavender Blue #CFCCF9

Tints of Lavender Blue #CFCCF9

Color information

#CFCCF9 (or 0xCFCCF9) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F9. RGB value is (207,204,249). Sum of RGB (Red+Green+Blue) = 207+204+249=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF9 is #303306. Grayscale: #D1D1D1. Windows color (decimal): -3158791 or 16370895. OLE color: 16370895.

HSL color Cylindrical-coordinate representation of color #CFCCF9: hue angle of 244º 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 #CFCCF9 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207204249-
CMYK0.170.1800.02
HSL244º78.95%88.82%-
HSV(B)244º18.07%97.65%-
XYZ64.4263.2998.44-
YUV210.03149.99125.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=31.36%
G=30.91%
B=37.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072042490.170.1800.0224478.9588.82
HexCFCCF9111202f44f59
Octal317314371212202364117131
Binary11001111110011001111100110001100100101111010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF9; }

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

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

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

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

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

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

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

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