#CAB9CC

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

Shades of Prelude #CAB9CC

Tints of Prelude #CAB9CC

Color information

#CAB9CC (or 0xCAB9CC) is unknown color: approx Prelude. HEX triplet: CA, B9 and CC. RGB value is (202,185,204). Sum of RGB (Red+Green+Blue) = 202+185+204=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9CC is #354633. Grayscale: #C0C0C0. Windows color (decimal): -3491380 or 13416906. OLE color: 13416906.

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

Color convert

RGB202185204-
CMYK0.010.0900.2
HSL293.68º15.7%76.27%-
HSV(B)293.68º9.31%80%-
XYZ52.6151.6164.32-
YUV192.25134.63134.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 34.52%
R=34.18%
G=31.30%
B=34.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021852040.010.0900.2293.6815.776.27
HexCAB9CC19014126104c
Octal31227131411102444620114
Binary11001010101110011100110011001010100100100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9CC; }

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

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

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

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

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

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

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

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