#CDBEC4

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

Shades of Twilight #CDBEC4

Tints of Twilight #CDBEC4

Color information

#CDBEC4 (or 0xCDBEC4) is unknown color: approx Twilight. HEX triplet: CD, BE and C4. RGB value is (205,190,196). Sum of RGB (Red+Green+Blue) = 205+190+196=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC4 is #32413B. Grayscale: #C3C3C3. Windows color (decimal): -3293500 or 12893901. OLE color: 12893901.

HSL color Cylindrical-coordinate representation of color #CDBEC4: hue angle of 336º 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 #CDBEC4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205190196-
CMYK00.070.040.20
HSL336º13.04%77.45%-
HSV(B)336º7.32%80.39%-
XYZ53.5553.7959.78-
YUV195.17128.47135.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=34.69%
G=32.15%
B=33.16%

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
Decimal20519019600.070.040.2033613.0477.45
HexCDBEC407414150d4d
Octal3152763040742452015115
Binary11001101101111101100010001111001010010101000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEC4; }

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

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

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

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

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

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

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

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