#CABEC4

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

Shades of Twilight #CABEC4

Tints of Twilight #CABEC4

Color information

#CABEC4 (or 0xCABEC4) is unknown color: approx Twilight. HEX triplet: CA, BE and C4. RGB value is (202,190,196). Sum of RGB (Red+Green+Blue) = 202+190+196=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC4 is #35413B. Grayscale: #C2C2C2. Windows color (decimal): -3490108 or 12893898. OLE color: 12893898.

HSL color Cylindrical-coordinate representation of color #CABEC4: hue angle of 330º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABEC4 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202190196-
CMYK00.060.030.21
HSL330º10.17%76.86%-
HSV(B)330º5.94%79.22%-
XYZ52.7353.3759.75-
YUV194.27128.98133.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=34.35%
G=32.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219019600.060.030.2133010.1776.86
HexCABEC40631514aa4d
Octal3122763040632551212115
Binary1100101010111110110001000110111010110100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEC4; }

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

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

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

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

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

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

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

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