#CAB9D3

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

Shades of Prelude #CAB9D3

Tints of Prelude #CAB9D3

Color information

#CAB9D3 (or 0xCAB9D3) is unknown color: approx Prelude. HEX triplet: CA, B9 and D3. RGB value is (202,185,211). Sum of RGB (Red+Green+Blue) = 202+185+211=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9D3 is #35462C. Grayscale: #C0C0C0. Windows color (decimal): -3491373 or 13875658. OLE color: 13875658.

HSL color Cylindrical-coordinate representation of color #CAB9D3: hue angle of 279.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB9D3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202185211-
CMYK0.040.1200.17
HSL279.23º22.81%77.65%-
HSV(B)279.23º12.32%82.75%-
XYZ53.4651.9668.84-
YUV193.05138.13134.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=33.78%
G=30.94%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021852110.040.1200.17279.2322.8177.65
HexCAB9D34C011117174e
Octal31227132341402142727116
Binary1100101010111001110100111001100010001100010111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9D3; }

 p { color: rgb(202,185,211); }

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

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

 a { background-color: rgb(202,185,211); }

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

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

 span { border-color: rgb(202,185,211); }

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