#CABECD

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

Shades of Prelude #CABECD

Tints of Prelude #CABECD

Color information

#CABECD (or 0xCABECD) is unknown color: approx Prelude. HEX triplet: CA, BE and CD. RGB value is (202,190,205). Sum of RGB (Red+Green+Blue) = 202+190+205=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECD is #354132. Grayscale: #C3C3C3. Windows color (decimal): -3490099 or 13483722. OLE color: 13483722.

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

Color convert

RGB202190205-
CMYK0.010.0700.20
HSL288º13.04%77.45%-
HSV(B)288º7.32%80.39%-
XYZ53.7953.7965.31-
YUV195.3133.48132.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=33.84%
G=31.83%
B=34.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021902050.010.0700.2028813.0477.45
HexCABECD17014120d4d
Octal3122763151702444015115
Binary110010101011111011001101111101010010010000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABECD; }

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

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

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

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

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

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

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

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