#CFCDF1

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

Shades of Lavender Blue #CFCDF1

Tints of Lavender Blue #CFCDF1

Color information

#CFCDF1 (or 0xCFCDF1) is unknown color: approx Lavender Blue. HEX triplet: CF, CD and F1. RGB value is (207,205,241). Sum of RGB (Red+Green+Blue) = 207+205+241=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF1 is #30320E. Grayscale: #D1D1D1. Windows color (decimal): -3158543 or 15846863. OLE color: 15846863.

HSL color Cylindrical-coordinate representation of color #CFCDF1: hue angle of 243.33º degrees, saturation: 0.56, 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 #CFCDF1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207205241-
CMYK0.140.1500.05
HSL243.33º56.25%87.45%-
HSV(B)243.33º14.94%94.51%-
XYZ63.4463.2892.09-
YUV209.7145.66126.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=31.70%
G=31.39%
B=36.91%

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
Decimal2072052410.140.1500.05243.3356.2587.45
HexCFCDF1EF05f33857
Octal31731536116170536370127
Binary110011111100110111110001111011110101111100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDF1; }

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

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

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

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

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

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

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

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