#CDBED1

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

Shades of Prelude #CDBED1

Tints of Prelude #CDBED1

Color information

#CDBED1 (or 0xCDBED1) is unknown color: approx Prelude. HEX triplet: CD, BE and D1. RGB value is (205,190,209). Sum of RGB (Red+Green+Blue) = 205+190+209=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBED1 is #32412E. Grayscale: #C4C4C4. Windows color (decimal): -3293487 or 13745869. OLE color: 13745869.

HSL color Cylindrical-coordinate representation of color #CDBED1: hue angle of 287.37º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBED1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205190209-
CMYK0.020.0900.18
HSL287.37º17.12%78.24%-
HSV(B)287.37º9.09%81.96%-
XYZ55.154.4167.92-
YUV196.65134.97133.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=33.94%
G=31.46%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051902090.020.0900.18287.3717.1278.24
HexCDBED12901211f114e
Octal31527632121102243721116
Binary110011011011111011010001101001010010100011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBED1; }

 p { color: rgb(205,190,209); }

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

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

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

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

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

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

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