#CDCEF7

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

Shades of Lavender Blue #CDCEF7

Tints of Lavender Blue #CDCEF7

Color information

#CDCEF7 (or 0xCDCEF7) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and F7. RGB value is (205,206,247). Sum of RGB (Red+Green+Blue) = 205+206+247=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDCEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEF7 is #323108. Grayscale: #D2D2D2. Windows color (decimal): -3289353 or 16240333. OLE color: 16240333.

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

Color convert

RGB205206247-
CMYK0.170.1700.03
HSL238.57º72.41%88.63%-
HSV(B)238.57º17%96.86%-
XYZ64.0463.8496.94-
YUV210.38148.67124.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=31.16%
G=31.31%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052062470.170.1700.03238.5772.4188.63
HexCDCEF7111103ef4859
Octal315316367212103357110131
Binary11001101110011101111011110001100010111110111110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEF7; }

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

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

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

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

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

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

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

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