#CABBD5

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

Shades of Prelude #CABBD5

Tints of Prelude #CABBD5

Color information

#CABBD5 (or 0xCABBD5) is unknown color: approx Prelude. HEX triplet: CA, BB and D5. RGB value is (202,187,213). Sum of RGB (Red+Green+Blue) = 202+187+213=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD5 is #35442A. Grayscale: #C2C2C2. Windows color (decimal): -3490859 or 14007242. OLE color: 14007242.

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

Color convert

RGB202187213-
CMYK0.050.1200.16
HSL274.62º23.64%78.43%-
HSV(B)274.62º12.21%83.53%-
XYZ54.1452.970.31-
YUV194.45138.47133.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=33.55%
G=31.06%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021872130.050.1200.16274.6223.6478.43
HexCABBD55C010113184e
Octal31227332551402042330116
Binary1100101010111011110101011011100010000100010011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD5; }

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

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

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

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

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

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

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

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