#CDCEF2

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

Shades of Lavender Blue #CDCEF2

Tints of Lavender Blue #CDCEF2

Color information

#CDCEF2 (or 0xCDCEF2) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and F2. RGB value is (205,206,242). Sum of RGB (Red+Green+Blue) = 205+206+242=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEF2 is #32310D. Grayscale: #D1D1D1. Windows color (decimal): -3289358 or 15912653. OLE color: 15912653.

HSL color Cylindrical-coordinate representation of color #CDCEF2: hue angle of 238.38º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCEF2 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205206242-
CMYK0.150.1500.05
HSL238.38º58.73%87.65%-
HSV(B)238.38º15.29%94.9%-
XYZ63.2863.5392.93-
YUV209.8146.17124.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 242 (94.92% from 255) = 37.06%
R=31.39%
G=31.55%
B=37.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052062420.150.1500.05238.3858.7387.65
HexCDCEF2FF05ee3b58
Octal31531636217170535673130
Binary110011011100111011110010111111110101111011101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEF2; }

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

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

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

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

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

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

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

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