#CFD4FC

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

Shades of Lavender Blue #CFD4FC

Tints of Lavender Blue #CFD4FC

Color information

#CFD4FC (or 0xCFD4FC) is unknown color: approx Lavender Blue. HEX triplet: CF, D4 and FC. RGB value is (207,212,252). Sum of RGB (Red+Green+Blue) = 207+212+252=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4FC is #302B03. Grayscale: #D6D6D6. Windows color (decimal): -3156740 or 16569551. OLE color: 16569551.

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

Color convert

RGB207212252-
CMYK0.180.1600.01
HSL233.33º88.24%90%-
HSV(B)233.33º17.86%98.82%-
XYZ66.8567.38101.58-
YUV215.06148.84122.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=30.85%
G=31.59%
B=37.56%

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
Decimal2072122520.180.1600.01233.3388.2490
HexCFD4FC121001e9585a
Octal317324374222001351130132
Binary1100111111010100111111001001010000011110100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4FC; }

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

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

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

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

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

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

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

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