#CDCEFD

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

Shades of Lavender Blue #CDCEFD

Tints of Lavender Blue #CDCEFD

Color information

#CDCEFD (or 0xCDCEFD) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and FD. RGB value is (205,206,253). Sum of RGB (Red+Green+Blue) = 205+206+253=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEFD is #323102. Grayscale: #D2D2D2. Windows color (decimal): -3289347 or 16633549. OLE color: 16633549.

HSL color Cylindrical-coordinate representation of color #CDCEFD: hue angle of 238.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCEFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205206253-
CMYK0.190.1900.01
HSL238.75º92.31%89.8%-
HSV(B)238.75º18.97%99.22%-
XYZ64.9864.21101.9-
YUV211.06151.67123.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=30.87%
G=31.02%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052062530.190.1900.01238.7592.3189.8
HexCDCEFD131301ef5c5a
Octal315316375232301357134132
Binary1100110111001110111111011001110011011110111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEFD; }

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

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

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

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

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

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

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

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