#CFD7FD

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

Shades of Lavender Blue #CFD7FD

Tints of Lavender Blue #CFD7FD

Color information

#CFD7FD (or 0xCFD7FD) is unknown color: approx Lavender Blue. HEX triplet: CF, D7 and FD. RGB value is (207,215,253). Sum of RGB (Red+Green+Blue) = 207+215+253=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7FD is #302802. Grayscale: #D8D8D8. Windows color (decimal): -3155971 or 16635855. OLE color: 16635855.

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

Color convert

RGB207215253-
CMYK0.180.1500.01
HSL229.57º92%90.2%-
HSV(B)229.57º18.18%99.22%-
XYZ67.7668.96102.67-
YUV216.94148.35120.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=30.67%
G=31.85%
B=37.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072152530.180.1500.01229.579290.2
HexCFD7FD12F01e65c5a
Octal317327375221701346134132
Binary110011111101011111111101100101111011110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7FD; }

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

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

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

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

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

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

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

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