#CFD0FE

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

Shades of Lavender Blue #CFD0FE

Tints of Lavender Blue #CFD0FE

Color information

#CFD0FE (or 0xCFD0FE) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and FE. RGB value is (207,208,254). Sum of RGB (Red+Green+Blue) = 207+208+254=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FE is #302F01. Grayscale: #D4D4D4. Windows color (decimal): -3157762 or 16699599. OLE color: 16699599.

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

Color convert

RGB207208254-
CMYK0.190.1800.00
HSL238.72º95.92%90.39%-
HSV(B)238.72º18.5%99.61%-
XYZ66.1865.53102.93-
YUV212.94151.17123.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=30.94%
G=31.09%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072082540.190.1800.00238.7295.9290.39
HexCFD0FE131200ef605a
Octal317320376232200357140132
Binary1100111111010000111111101001110010001110111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0FE; }

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

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

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

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

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

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

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

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