#CABCD3

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

Shades of Prelude #CABCD3

Tints of Prelude #CABCD3

Color information

#CABCD3 (or 0xCABCD3) is unknown color: approx Prelude. HEX triplet: CA, BC and D3. RGB value is (202,188,211). Sum of RGB (Red+Green+Blue) = 202+188+211=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #CABCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCD3 is #35432C. Grayscale: #C2C2C2. Windows color (decimal): -3490605 or 13876426. OLE color: 13876426.

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

Color convert

RGB202188211-
CMYK0.040.1100.17
HSL276.52º20.72%78.24%-
HSV(B)276.52º10.9%82.75%-
XYZ54.153.2369.05-
YUV194.81137.14133.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=33.61%
G=31.28%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021882110.040.1100.17276.5220.7278.24
HexCABCD34B011115154e
Octal31227432341302142525116
Binary1100101010111100110100111001011010001100010101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCD3; }

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

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

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

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

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

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

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

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