#CFC2FE

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

Shades of Lavender Blue #CFC2FE

Tints of Lavender Blue #CFC2FE

Color information

#CFC2FE (or 0xCFC2FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C2 and FE. RGB value is (207,194,254). Sum of RGB (Red+Green+Blue) = 207+194+254=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FE is #303D01. Grayscale: #CCCCCC. Windows color (decimal): -3161346 or 16696015. OLE color: 16696015.

HSL color Cylindrical-coordinate representation of color #CFC2FE: hue angle of 253º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC2FE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207194254-
CMYK0.190.2400.00
HSL253º96.77%87.84%-
HSV(B)253º23.62%99.61%-
XYZ62.9159101.84-
YUV204.73155.81129.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 194 (76.17% from 255) = 29.62%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=31.60%
G=29.62%
B=38.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071942540.190.2400.0025396.7787.84
HexCFC2FE131800fd6158
Octal317302376233000375141130
Binary1100111111000010111111101001111000001111110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2FE; }

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

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

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

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

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

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

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

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