#CDCDEE

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

Shades of Lavender Blue #CDCDEE

Tints of Lavender Blue #CDCDEE

Color information

#CDCDEE (or 0xCDCDEE) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and EE. RGB value is (205,205,238). Sum of RGB (Red+Green+Blue) = 205+205+238=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDEE is #323211. Grayscale: #D0D0D0. Windows color (decimal): -3289618 or 15650253. OLE color: 15650253.

HSL color Cylindrical-coordinate representation of color #CDCDEE: hue angle of 240º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDCDEE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205205238-
CMYK0.140.1400.07
HSL240º49.25%86.86%-
HSV(B)240º13.87%93.33%-
XYZ62.4462.8189.72-
YUV208.76144.5125.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=31.64%
G=31.64%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052052380.140.1400.0724049.2586.86
HexCDCDEEEE07f03157
Octal31531535616160736061127
Binary110011011100110111101110111011100111111100001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDEE; }

 p { color: rgb(205,205,238); }

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

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

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

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

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

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

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