#CFCAFC

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

Shades of Lavender Blue #CFCAFC

Tints of Lavender Blue #CFCAFC

Color information

#CFCAFC (or 0xCFCAFC) is unknown color: approx Lavender Blue. HEX triplet: CF, CA and FC. RGB value is (207,202,252). Sum of RGB (Red+Green+Blue) = 207+202+252=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAFC is #303503. Grayscale: #D0D0D0. Windows color (decimal): -3159300 or 16566991. OLE color: 16566991.

HSL color Cylindrical-coordinate representation of color #CFCAFC: hue angle of 246º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFCAFC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207202252-
CMYK0.180.2000.01
HSL246º89.29%89.02%-
HSV(B)246º19.84%98.82%-
XYZ64.4262.53100.77-
YUV209.2152.16126.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=31.32%
G=30.56%
B=38.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072022520.180.2000.0124689.2989.02
HexCFCAFC121401f65959
Octal317312374222401366131131
Binary1100111111001010111111001001010100011111011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAFC; }

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

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

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

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

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

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

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

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