#CFCFF2

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

Shades of Lavender Blue #CFCFF2

Tints of Lavender Blue #CFCFF2

Color information

#CFCFF2 (or 0xCFCFF2) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and F2. RGB value is (207,207,242). Sum of RGB (Red+Green+Blue) = 207+207+242=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF2 is #30300D. Grayscale: #D2D2D2. Windows color (decimal): -3158030 or 15912911. OLE color: 15912911.

HSL color Cylindrical-coordinate representation of color #CFCFF2: hue angle of 240º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCFF2 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207207242-
CMYK0.140.1400.05
HSL240º57.38%88.04%-
HSV(B)240º14.46%94.9%-
XYZ64.0764.393.04-
YUV210.99145.5125.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 207 (81.25% from 255) = 31.55%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=31.55%
G=31.55%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072072420.140.1400.0524057.3888.04
HexCFCFF2EE05f03958
Octal31731736216160536071130
Binary110011111100111111110010111011100101111100001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFF2; }

 p { color: rgb(207,207,242); }

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

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

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

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

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

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

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