#CABBD1

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

Shades of Prelude #CABBD1

Tints of Prelude #CABBD1

Color information

#CABBD1 (or 0xCABBD1) is unknown color: approx Prelude. HEX triplet: CA, BB and D1. RGB value is (202,187,209). Sum of RGB (Red+Green+Blue) = 202+187+209=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBD1 is #35442E. Grayscale: #C1C1C1. Windows color (decimal): -3490863 or 13745098. OLE color: 13745098.

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

Color convert

RGB202187209-
CMYK0.030.1100.18
HSL280.91º19.3%77.65%-
HSV(B)280.91º10.53%81.96%-
XYZ53.6452.767.67-
YUV193.99136.47133.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=33.78%
G=31.27%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021872090.030.1100.18280.9119.377.65
HexCABBD13B012119134e
Octal31227332131302243123116
Binary110010101011101111010001111011010010100011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBD1; }

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

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

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

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

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

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

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

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