#CFCBF2

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

Shades of Lavender Blue #CFCBF2

Tints of Lavender Blue #CFCBF2

Color information

#CFCBF2 (or 0xCFCBF2) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F2. RGB value is (207,203,242). Sum of RGB (Red+Green+Blue) = 207+203+242=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF2 is #30340D. Grayscale: #D0D0D0. Windows color (decimal): -3159054 or 15911887. OLE color: 15911887.

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

Color convert

RGB207203242-
CMYK0.140.1600.05
HSL246.15º60%87.25%-
HSV(B)246.15º16.12%94.9%-
XYZ63.1262.3992.72-
YUV208.64146.83126.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=31.75%
G=31.13%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072032420.140.1600.05246.156087.25
HexCFCBF2E1005f63c57
Octal31731336216200536674127
Binary1100111111001011111100101110100000101111101101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF2; }

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

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

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

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

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

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

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

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