#CABED5

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

Shades of Prelude #CABED5

Tints of Prelude #CABED5

Color information

#CABED5 (or 0xCABED5) is unknown color: approx Prelude. HEX triplet: CA, BE and D5. RGB value is (202,190,213). Sum of RGB (Red+Green+Blue) = 202+190+213=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED5 is #35412A. Grayscale: #C4C4C4. Windows color (decimal): -3490091 or 14008010. OLE color: 14008010.

HSL color Cylindrical-coordinate representation of color #CABED5: hue angle of 271.3º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABED5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202190213-
CMYK0.050.1100.16
HSL271.3º21.5%79.02%-
HSV(B)271.3º10.8%83.53%-
XYZ54.7854.1970.52-
YUV196.21137.48132.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=33.39%
G=31.40%
B=35.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021902130.050.1100.16271.321.579.02
HexCABED55B01010f154f
Octal31227632551302041725117
Binary1100101010111110110101011011011010000100001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED5; }

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

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

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

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

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

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

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

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