#CDBEC5

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

Shades of Twilight #CDBEC5

Tints of Twilight #CDBEC5

Color information

#CDBEC5 (or 0xCDBEC5) is unknown color: approx Twilight. HEX triplet: CD, BE and C5. RGB value is (205,190,197). Sum of RGB (Red+Green+Blue) = 205+190+197=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC5 is #32413A. Grayscale: #C3C3C3. Windows color (decimal): -3293499 or 12959437. OLE color: 12959437.

HSL color Cylindrical-coordinate representation of color #CDBEC5: hue angle of 332º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205190197-
CMYK00.070.040.20
HSL332º13.04%77.45%-
HSV(B)332º7.32%80.39%-
XYZ53.6753.8460.39-
YUV195.28128.97134.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=34.63%
G=32.09%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519019700.070.040.2033213.0477.45
HexCDBEC50741414cd4d
Octal3152763050742451415115
Binary11001101101111101100010101111001010010100110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC5; }

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

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

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

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

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

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

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

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