#CDCEFB

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

Shades of Lavender Blue #CDCEFB

Tints of Lavender Blue #CDCEFB

Color information

#CDCEFB (or 0xCDCEFB) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and FB. RGB value is (205,206,251). Sum of RGB (Red+Green+Blue) = 205+206+251=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEFB is #323104. Grayscale: #D2D2D2. Windows color (decimal): -3289349 or 16502477. OLE color: 16502477.

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

Color convert

RGB205206251-
CMYK0.180.1800.02
HSL238.7º85.19%89.41%-
HSV(B)238.7º18.33%98.43%-
XYZ64.6664.09100.23-
YUV210.83150.67123.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=30.97%
G=31.12%
B=37.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052062510.180.1800.02238.785.1989.41
HexCDCEFB121202ef5559
Octal315316373222202357125131
Binary11001101110011101111101110010100100101110111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEFB; }

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

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

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

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

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

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

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

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