#CFC2FF

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

Shades of Lavender Blue #CFC2FF

Tints of Lavender Blue #CFC2FF

Color information

#CFC2FF (or 0xCFC2FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C2 and FF. RGB value is (207,194,255). Sum of RGB (Red+Green+Blue) = 207+194+255=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2FF is #303D00. Grayscale: #CCCCCC. Windows color (decimal): -3161345 or 16761551. OLE color: 16761551.

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

Color convert

RGB207194255-
CMYK0.190.2400
HSL252.79º100%88.04%-
HSV(B)252.79º23.92%100%-
XYZ63.0759.07102.68-
YUV204.84156.31129.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 194 (76.17% from 255) = 29.57%
BLUE value IS 255 (100% from 255) = 38.87%
R=31.55%
G=29.57%
B=38.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071942550.190.2400252.7910088.04
HexCFC2FF131800fd6458
Octal317302377233000375144130
Binary1100111111000010111111111001111000001111110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2FF; }

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

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

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

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

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

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

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

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