#CFD5FA

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

Shades of Lavender Blue #CFD5FA

Tints of Lavender Blue #CFD5FA

Color information

#CFD5FA (or 0xCFD5FA) is unknown color: approx Lavender Blue. HEX triplet: CF, D5 and FA. RGB value is (207,213,250). Sum of RGB (Red+Green+Blue) = 207+213+250=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FA is #302A05. Grayscale: #D7D7D7. Windows color (decimal): -3156486 or 16438735. OLE color: 16438735.

HSL color Cylindrical-coordinate representation of color #CFD5FA: hue angle of 231.63º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD5FA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207213250-
CMYK0.170.1500.02
HSL231.63º81.13%89.61%-
HSV(B)231.63º17.2%98.04%-
XYZ66.7867.76100-
YUV215.42147.51121.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.90%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=30.90%
G=31.79%
B=37.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072132500.170.1500.02231.6381.1389.61
HexCFD5FA11F02e8515a
Octal317325372211702350121132
Binary1100111111010101111110101000111110101110100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD5FA; }

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

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

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

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

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

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

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

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