#CFD0FC

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

Shades of Lavender Blue #CFD0FC

Tints of Lavender Blue #CFD0FC

Color information

#CFD0FC (or 0xCFD0FC) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and FC. RGB value is (207,208,252). Sum of RGB (Red+Green+Blue) = 207+208+252=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FC is #302F03. Grayscale: #D4D4D4. Windows color (decimal): -3157764 or 16568527. OLE color: 16568527.

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

Color convert

RGB207208252-
CMYK0.180.1700.01
HSL238.67º88.24%90%-
HSV(B)238.67º17.86%98.82%-
XYZ65.8665.41101.25-
YUV212.72150.17123.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.03%
GREEN value IS 208 (81.64% from 255) = 31.18%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=31.03%
G=31.18%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072082520.180.1700.01238.6788.2490
HexCFD0FC121101ef585a
Octal317320374222101357130132
Binary1100111111010000111111001001010001011110111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0FC; }

 p { color: rgb(207,208,252); }

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

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

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

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

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

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

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