#CDCEF4

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

Shades of Lavender Blue #CDCEF4

Tints of Lavender Blue #CDCEF4

Color information

#CDCEF4 (or 0xCDCEF4) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and F4. RGB value is (205,206,244). Sum of RGB (Red+Green+Blue) = 205+206+244=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEF4 is #32310B. Grayscale: #D1D1D1. Windows color (decimal): -3289356 or 16043725. OLE color: 16043725.

HSL color Cylindrical-coordinate representation of color #CDCEF4: hue angle of 238.46º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCEF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205206244-
CMYK0.160.1600.04
HSL238.46º63.93%88.04%-
HSV(B)238.46º15.98%95.69%-
XYZ63.5863.6594.52-
YUV210.03147.17124.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=31.30%
G=31.45%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052062440.160.1600.04238.4663.9388.04
HexCDCEF4101004ee4058
Octal315316364202004356100130
Binary110011011100111011110100100001000001001110111010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEF4; }

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

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

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

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

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

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

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

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