#CDCFFA

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

Shades of Lavender Blue #CDCFFA

Tints of Lavender Blue #CDCFFA

Color information

#CDCFFA (or 0xCDCFFA) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and FA. RGB value is (205,207,250). Sum of RGB (Red+Green+Blue) = 205+207+250=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 207 (81.25% from 255 or 31.27% 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 #CDCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFFA is #323005. Grayscale: #D3D3D3. Windows color (decimal): -3289094 or 16437197. OLE color: 16437197.

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

Color convert

RGB205207250-
CMYK0.180.1700.02
HSL237.33º81.82%89.22%-
HSV(B)237.33º18%98.04%-
XYZ64.7464.5199.48-
YUV211.3149.84123.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052072500.180.1700.02237.3381.8289.22
HexCDCFFA121102ed5259
Octal315317372222102355122131
Binary11001101110011111111101010010100010101110110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFFA; }

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

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

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

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

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

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

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

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