#CABBD0

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

Shades of Prelude #CABBD0

Tints of Prelude #CABBD0

Color information

#CABBD0 (or 0xCABBD0) is unknown color: approx Prelude. HEX triplet: CA, BB and D0. RGB value is (202,187,208). Sum of RGB (Red+Green+Blue) = 202+187+208=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD0 is #35442F. Grayscale: #C1C1C1. Windows color (decimal): -3490864 or 13679562. OLE color: 13679562.

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

Color convert

RGB202187208-
CMYK0.030.1000.18
HSL282.86º18.26%77.45%-
HSV(B)282.86º10.1%81.57%-
XYZ53.5152.6567.02-
YUV193.88135.97133.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=33.84%
G=31.32%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021872080.030.1000.18282.8618.2677.45
HexCABBD03A01211b124d
Octal31227332031202243322115
Binary110010101011101111010000111010010010100011011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD0; }

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

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

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

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

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

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

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

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