#CDCEF9

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

Shades of Lavender Blue #CDCEF9

Tints of Lavender Blue #CDCEF9

Color information

#CDCEF9 (or 0xCDCEF9) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and F9. RGB value is (205,206,249). Sum of RGB (Red+Green+Blue) = 205+206+249=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDCEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEF9 is #323106. Grayscale: #D2D2D2. Windows color (decimal): -3289351 or 16371405. OLE color: 16371405.

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

Color convert

RGB205206249-
CMYK0.180.1700.02
HSL238.64º78.57%89.02%-
HSV(B)238.64º17.67%97.65%-
XYZ64.3563.9698.58-
YUV210.6149.67124-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 206 (80.86% from 255) = 31.21%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=31.06%
G=31.21%
B=37.73%

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
Decimal2052062490.180.1700.02238.6478.5789.02
HexCDCEF9121102ef4f59
Octal315316371222102357117131
Binary11001101110011101111100110010100010101110111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEF9; }

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

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

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

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

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

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

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

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