#CFD0FA

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

Shades of Lavender Blue #CFD0FA

Tints of Lavender Blue #CFD0FA

Color information

#CFD0FA (or 0xCFD0FA) is unknown color: approx Lavender Blue. HEX triplet: CF, D0 and FA. RGB value is (207,208,250). Sum of RGB (Red+Green+Blue) = 207+208+250=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0FA is #302F05. Grayscale: #D4D4D4. Windows color (decimal): -3157766 or 16437455. OLE color: 16437455.

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

Color convert

RGB207208250-
CMYK0.170.1700.02
HSL238.6º81.13%89.61%-
HSV(B)238.6º17.2%98.04%-
XYZ65.5465.2899.59-
YUV212.49149.17124.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.13%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=31.13%
G=31.28%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072082500.170.1700.02238.681.1389.61
HexCFD0FA111102ef515a
Octal317320372212102357121132
Binary11001111110100001111101010001100010101110111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0FA; }

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

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

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

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

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

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

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

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