#CFCAF4

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

Shades of Lavender Blue #CFCAF4

Tints of Lavender Blue #CFCAF4

Color information

#CFCAF4 (or 0xCFCAF4) is unknown color: approx Lavender Blue. HEX triplet: CF, CA and F4. RGB value is (207,202,244). Sum of RGB (Red+Green+Blue) = 207+202+244=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAF4 is #30350B. Grayscale: #D0D0D0. Windows color (decimal): -3159308 or 16042703. OLE color: 16042703.

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

Color convert

RGB207202244-
CMYK0.150.1700.04
HSL247.14º65.62%87.45%-
HSV(B)247.14º17.21%95.69%-
XYZ63.1862.0494.23-
YUV208.28148.16127.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=31.70%
G=30.93%
B=37.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072022440.150.1700.04247.1465.6287.45
HexCFCAF4F1104f74257
Octal317312364172104367102127
Binary11001111110010101111010011111000101001111011110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAF4; }

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

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

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

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

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

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

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

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