#CABCCD

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

Shades of Prelude #CABCCD

Tints of Prelude #CABCCD

Color information

#CABCCD (or 0xCABCCD) is unknown color: approx Prelude. HEX triplet: CA, BC and CD. RGB value is (202,188,205). Sum of RGB (Red+Green+Blue) = 202+188+205=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #CABCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCD is #354332. Grayscale: #C2C2C2. Windows color (decimal): -3490611 or 13483210. OLE color: 13483210.

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

Color convert

RGB202188205-
CMYK0.010.0800.20
HSL289.41º14.53%77.06%-
HSV(B)289.41º8.29%80.39%-
XYZ53.3652.9365.16-
YUV194.12134.14133.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=33.95%
G=31.60%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021882050.010.0800.20289.4114.5377.06
HexCABCCD18014121f4d
Octal31227431511002444117115
Binary1100101010111100110011011100001010010010000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCCD; }

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

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

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

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

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

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

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

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