#CFD2F9

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

Shades of Lavender Blue #CFD2F9

Tints of Lavender Blue #CFD2F9

Color information

#CFD2F9 (or 0xCFD2F9) is unknown color: approx Lavender Blue. HEX triplet: CF, D2 and F9. RGB value is (207,210,249). Sum of RGB (Red+Green+Blue) = 207+210+249=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2F9 is #302D06. Grayscale: #D5D5D5. Windows color (decimal): -3157255 or 16372431. OLE color: 16372431.

HSL color Cylindrical-coordinate representation of color #CFD2F9: hue angle of 235.71º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD2F9 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207210249-
CMYK0.170.1600.02
HSL235.71º77.78%89.41%-
HSV(B)235.71º16.87%97.65%-
XYZ65.8866.298.93-
YUV213.55148.01123.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.08%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=31.08%
G=31.53%
B=37.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072102490.170.1600.02235.7177.7889.41
HexCFD2F9111002ec4e59
Octal317322371212002354116131
Binary11001111110100101111100110001100000101110110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2F9; }

 p { color: rgb(207,210,249); }

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

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

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

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

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

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

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