#CFD4FA

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

Shades of Lavender Blue #CFD4FA

Tints of Lavender Blue #CFD4FA

Color information

#CFD4FA (or 0xCFD4FA) is unknown color: approx Lavender Blue. HEX triplet: CF, D4 and FA. RGB value is (207,212,250). Sum of RGB (Red+Green+Blue) = 207+212+250=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4FA is #302B05. Grayscale: #D6D6D6. Windows color (decimal): -3156742 or 16438479. OLE color: 16438479.

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

Color convert

RGB207212250-
CMYK0.170.1500.02
HSL233.02º81.13%89.61%-
HSV(B)233.02º17.2%98.04%-
XYZ66.5367.2599.92-
YUV214.84147.84122.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=30.94%
G=31.69%
B=37.37%

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
Decimal2072122500.170.1500.02233.0281.1389.61
HexCFD4FA11F02e9515a
Octal317324372211702351121132
Binary1100111111010100111110101000111110101110100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4FA; }

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

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

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

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

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

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

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

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