#CDCFF7

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

Shades of Lavender Blue #CDCFF7

Tints of Lavender Blue #CDCFF7

Color information

#CDCFF7 (or 0xCDCFF7) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and F7. RGB value is (205,207,247). Sum of RGB (Red+Green+Blue) = 205+207+247=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDCFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF7 is #323008. Grayscale: #D2D2D2. Windows color (decimal): -3289097 or 16240589. OLE color: 16240589.

HSL color Cylindrical-coordinate representation of color #CDCFF7: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDCFF7 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205207247-
CMYK0.170.1600.03
HSL237.14º72.41%88.63%-
HSV(B)237.14º17%96.86%-
XYZ64.2864.3297.02-
YUV210.96148.34123.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=31.11%
G=31.41%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052072470.170.1600.03237.1472.4188.63
HexCDCFF7111003ed4859
Octal315317367212003355110131
Binary11001101110011111111011110001100000111110110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFF7; }

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

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

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

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

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

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

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

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