#CFD1FD

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

Shades of Lavender Blue #CFD1FD

Tints of Lavender Blue #CFD1FD

Color information

#CFD1FD (or 0xCFD1FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D1 and FD. RGB value is (207,209,253). Sum of RGB (Red+Green+Blue) = 207+209+253=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1FD is #302E02. Grayscale: #D5D5D5. Windows color (decimal): -3157507 or 16634319. OLE color: 16634319.

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

Color convert

RGB207209253-
CMYK0.180.1700.01
HSL237.39º92%90.2%-
HSV(B)237.39º18.18%99.22%-
XYZ66.2665.96102.17-
YUV213.42150.34123.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=30.94%
G=31.24%
B=37.82%

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
Decimal2072092530.180.1700.01237.399290.2
HexCFD1FD121101ed5c5a
Octal317321375222101355134132
Binary1100111111010001111111011001010001011110110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1FD; }

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

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

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

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

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

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

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

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