#CABED1

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

Shades of Prelude #CABED1

Tints of Prelude #CABED1

Color information

#CABED1 (or 0xCABED1) is unknown color: approx Prelude. HEX triplet: CA, BE and D1. RGB value is (202,190,209). Sum of RGB (Red+Green+Blue) = 202+190+209=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED1 is #35412E. Grayscale: #C3C3C3. Windows color (decimal): -3490095 or 13745866. OLE color: 13745866.

HSL color Cylindrical-coordinate representation of color #CABED1: hue angle of 277.89º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABED1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202190209-
CMYK0.030.0900.18
HSL277.89º17.12%78.24%-
HSV(B)277.89º9.09%81.96%-
XYZ54.2853.9967.88-
YUV195.75135.48132.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=33.61%
G=31.61%
B=34.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021902090.030.0900.18277.8917.1278.24
HexCABED139012116114e
Octal31227632131102242621116
Binary110010101011111011010001111001010010100010110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED1; }

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

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

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

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

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

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

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

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