#CFC2FD

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

Shades of Lavender Blue #CFC2FD

Tints of Lavender Blue #CFC2FD

Color information

#CFC2FD (or 0xCFC2FD) is unknown color: approx Lavender Blue. HEX triplet: CF, C2 and FD. RGB value is (207,194,253). Sum of RGB (Red+Green+Blue) = 207+194+253=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FD is #303D02. Grayscale: #CCCCCC. Windows color (decimal): -3161347 or 16630479. OLE color: 16630479.

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

Color convert

RGB207194253-
CMYK0.180.2300.01
HSL253.22º93.65%87.65%-
HSV(B)253.22º23.32%99.22%-
XYZ62.7558.94101-
YUV204.61155.31129.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 194 (76.17% from 255) = 29.66%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=31.65%
G=29.66%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071942530.180.2300.01253.2293.6587.65
HexCFC2FD121701fd5e58
Octal317302375222701375136130
Binary1100111111000010111111011001010111011111110110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2FD; }

 p { color: rgb(207,194,253); }

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

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

 a { background-color: rgb(207,194,253); }

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

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

 span { border-color: rgb(207,194,253); }

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