#CABCD1

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

Shades of Prelude #CABCD1

Tints of Prelude #CABCD1

Color information

#CABCD1 (or 0xCABCD1) is unknown color: approx Prelude. HEX triplet: CA, BC and D1. RGB value is (202,188,209). Sum of RGB (Red+Green+Blue) = 202+188+209=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD1 is #35432E. Grayscale: #C2C2C2. Windows color (decimal): -3490607 or 13745354. OLE color: 13745354.

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

Color convert

RGB202188209-
CMYK0.030.1000.18
HSL280º18.58%77.84%-
HSV(B)280º10.05%81.96%-
XYZ53.8553.1367.74-
YUV194.58136.14133.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=33.72%
G=31.39%
B=34.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021882090.030.1000.1828018.5877.84
HexCABCD13A012118134e
Octal31227432131202243023116
Binary110010101011110011010001111010010010100011000100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD1; }

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

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

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

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

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

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

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

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