#CFD2FD

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

Shades of Lavender Blue #CFD2FD

Tints of Lavender Blue #CFD2FD

Color information

#CFD2FD (or 0xCFD2FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D2 and FD. RGB value is (207,210,253). Sum of RGB (Red+Green+Blue) = 207+210+253=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2FD is #302D02. Grayscale: #D5D5D5. Windows color (decimal): -3157251 or 16634575. OLE color: 16634575.

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

Color convert

RGB207210253-
CMYK0.180.1700.01
HSL236.09º92%90.2%-
HSV(B)236.09º18.18%99.22%-
XYZ66.5166.45102.25-
YUV214.01150.01123-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=30.90%
G=31.34%
B=37.76%

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
Decimal2072102530.180.1700.01236.099290.2
HexCFD2FD121101ec5c5a
Octal317322375222101354134132
Binary1100111111010010111111011001010001011110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2FD; }

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

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

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

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

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

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

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

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