#CFD5FD

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

Shades of Lavender Blue #CFD5FD

Tints of Lavender Blue #CFD5FD

Color information

#CFD5FD (or 0xCFD5FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D5 and FD. RGB value is (207,213,253). Sum of RGB (Red+Green+Blue) = 207+213+253=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FD is #302A02. Grayscale: #D7D7D7. Windows color (decimal): -3156483 or 16635343. OLE color: 16635343.

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

Color convert

RGB207213253-
CMYK0.180.1600.01
HSL232.17º92%90.2%-
HSV(B)232.17º18.18%99.22%-
XYZ67.2667.95102.5-
YUV215.77149.01121.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=30.76%
G=31.65%
B=37.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072132530.180.1600.01232.179290.2
HexCFD5FD121001e85c5a
Octal317325375222001350134132
Binary1100111111010101111111011001010000011110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5FD; }

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

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

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

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

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

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

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

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