#CFCDF4

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

Shades of Lavender Blue #CFCDF4

Tints of Lavender Blue #CFCDF4

Color information

#CFCDF4 (or 0xCFCDF4) is unknown color: approx Lavender Blue. HEX triplet: CF, CD and F4. RGB value is (207,205,244). Sum of RGB (Red+Green+Blue) = 207+205+244=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF4 is #30320B. Grayscale: #D1D1D1. Windows color (decimal): -3158540 or 16043471. OLE color: 16043471.

HSL color Cylindrical-coordinate representation of color #CFCDF4: hue angle of 243.08º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCDF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207205244-
CMYK0.150.1600.04
HSL243.08º63.93%88.04%-
HSV(B)243.08º15.98%95.69%-
XYZ63.8963.4694.47-
YUV210.04147.16125.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 244 (95.70% from 255) = 37.20%
R=31.55%
G=31.25%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072052440.150.1600.04243.0863.9388.04
HexCFCDF4F1004f34058
Octal317315364172004363100130
Binary11001111110011011111010011111000001001111001110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDF4; }

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

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

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

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

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

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

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

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