#CDC0D6

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

Shades of Prelude #CDC0D6

Tints of Prelude #CDC0D6

Color information

#CDC0D6 (or 0xCDC0D6) is unknown color: approx Prelude. HEX triplet: CD, C0 and D6. RGB value is (205,192,214). Sum of RGB (Red+Green+Blue) = 205+192+214=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0D6 is #323F29. Grayscale: #C6C6C6. Windows color (decimal): -3292970 or 14074061. OLE color: 14074061.

HSL color Cylindrical-coordinate representation of color #CDC0D6: hue angle of 275.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC0D6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205192214-
CMYK0.040.1000.16
HSL275.45º21.15%79.61%-
HSV(B)275.45º10.28%83.92%-
XYZ56.1655.5371.38-
YUV198.4136.81132.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 214 (83.98% from 255) = 35.02%
R=33.55%
G=31.42%
B=35.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051922140.040.1000.16275.4521.1579.61
HexCDC0D64A0101131550
Octal31530032641202042325120
Binary1100110111000000110101101001010010000100010011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0D6; }

 p { color: rgb(205,192,214); }

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

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

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

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

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

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

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