#CDBED0

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

Shades of Prelude #CDBED0

Tints of Prelude #CDBED0

Color information

#CDBED0 (or 0xCDBED0) is unknown color: approx Prelude. HEX triplet: CD, BE and D0. RGB value is (205,190,208). Sum of RGB (Red+Green+Blue) = 205+190+208=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBED0 is #32412F. Grayscale: #C4C4C4. Windows color (decimal): -3293488 or 13680333. OLE color: 13680333.

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

Color convert

RGB205190208-
CMYK0.010.0900.18
HSL290º16.07%78.04%-
HSV(B)290º8.65%81.57%-
XYZ54.9854.3667.27-
YUV196.54134.47134.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=34.00%
G=31.51%
B=34.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051902080.010.0900.1829016.0778.04
HexCDBED019012122104e
Octal31527632011102244220116
Binary11001101101111101101000011001010010100100010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBED0; }

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

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

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

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

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

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

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

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