#CFCDFA

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

Shades of Lavender Blue #CFCDFA

Tints of Lavender Blue #CFCDFA

Color information

#CFCDFA (or 0xCFCDFA) is unknown color: approx Lavender Blue. HEX triplet: CF, CD and FA. RGB value is (207,205,250). Sum of RGB (Red+Green+Blue) = 207+205+250=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDFA is #303205. Grayscale: #D2D2D2. Windows color (decimal): -3158534 or 16436687. OLE color: 16436687.

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

Color convert

RGB207205250-
CMYK0.170.1800.02
HSL242.67º81.82%89.22%-
HSV(B)242.67º18%98.04%-
XYZ64.8263.8399.35-
YUV210.73150.16125.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=31.27%
G=30.97%
B=37.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072052500.170.1800.02242.6781.8289.22
HexCFCDFA111202f35259
Octal317315372212202363122131
Binary11001111110011011111101010001100100101111001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDFA; }

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

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

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

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

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

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

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

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