#CABBCD

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

Shades of Prelude #CABBCD

Tints of Prelude #CABBCD

Color information

#CABBCD (or 0xCABBCD) is unknown color: approx Prelude. HEX triplet: CA, BB and CD. RGB value is (202,187,205). Sum of RGB (Red+Green+Blue) = 202+187+205=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCD is #354432. Grayscale: #C1C1C1. Windows color (decimal): -3490867 or 13482954. OLE color: 13482954.

HSL color Cylindrical-coordinate representation of color #CABBCD: hue angle of 290º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABBCD is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202187205-
CMYK0.010.0900.20
HSL290º15.25%76.86%-
HSV(B)290º8.78%80.39%-
XYZ53.1552.565.09-
YUV193.54134.47134.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 187 (73.44% from 255) = 31.48%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=34.01%
G=31.48%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021872050.010.0900.2029015.2576.86
HexCABBCD19014122f4d
Octal31227331511102444217115
Binary1100101010111011110011011100101010010010001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBCD; }

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

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

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

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

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

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

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

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