#CFD2FC

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

Shades of Lavender Blue #CFD2FC

Tints of Lavender Blue #CFD2FC

Color information

#CFD2FC (or 0xCFD2FC) is unknown color: approx Lavender Blue. HEX triplet: CF, D2 and FC. RGB value is (207,210,252). Sum of RGB (Red+Green+Blue) = 207+210+252=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2FC is #302D03. Grayscale: #D5D5D5. Windows color (decimal): -3157252 or 16569039. OLE color: 16569039.

HSL color Cylindrical-coordinate representation of color #CFD2FC: hue angle of 236º 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 #CFD2FC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207210252-
CMYK0.180.1700.01
HSL236º88.24%90%-
HSV(B)236º17.86%98.82%-
XYZ66.3566.39101.41-
YUV213.89149.51123.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=30.94%
G=31.39%
B=37.67%

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
Decimal2072102520.180.1700.0123688.2490
HexCFD2FC121101ec585a
Octal317322374222101354130132
Binary1100111111010010111111001001010001011110110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2FC; }

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

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

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

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

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

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

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

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