#CDBED3

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

Shades of Prelude #CDBED3

Tints of Prelude #CDBED3

Color information

#CDBED3 (or 0xCDBED3) is unknown color: approx Prelude. HEX triplet: CD, BE and D3. RGB value is (205,190,211). Sum of RGB (Red+Green+Blue) = 205+190+211=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBED3 is #32412C. Grayscale: #C4C4C4. Windows color (decimal): -3293485 or 13876941. OLE color: 13876941.

HSL color Cylindrical-coordinate representation of color #CDBED3: hue angle of 282.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBED3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205190211-
CMYK0.030.1000.17
HSL282.86º19.27%78.63%-
HSV(B)282.86º9.95%82.75%-
XYZ55.3554.5169.23-
YUV196.88135.97133.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 211 (82.81% from 255) = 34.82%
R=33.83%
G=31.35%
B=34.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051902110.030.1000.17282.8619.2778.63
HexCDBED33A01111b134f
Octal31527632331202143323117
Binary110011011011111011010011111010010001100011011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBED3; }

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

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

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

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

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

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

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

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