#CABED0

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

Shades of Prelude #CABED0

Tints of Prelude #CABED0

Color information

#CABED0 (or 0xCABED0) is unknown color: approx Prelude. HEX triplet: CA, BE and D0. RGB value is (202,190,208). Sum of RGB (Red+Green+Blue) = 202+190+208=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED0 is #35412F. Grayscale: #C3C3C3. Windows color (decimal): -3490096 or 13680330. OLE color: 13680330.

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

Color convert

RGB202190208-
CMYK0.030.0900.18
HSL280º16.07%78.04%-
HSV(B)280º8.65%81.57%-
XYZ54.1653.9467.23-
YUV195.64134.98132.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=33.67%
G=31.67%
B=34.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021902080.030.0900.1828016.0778.04
HexCABED039012118104e
Octal31227632031102243020116
Binary110010101011111011010000111001010010100011000100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED0; }

 p { color: rgb(202,190,208); }

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

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

 a { background-color: rgb(202,190,208); }

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

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

 span { border-color: rgb(202,190,208); }

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