#CABED4

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

Shades of Prelude #CABED4

Tints of Prelude #CABED4

Color information

#CABED4 (or 0xCABED4) is unknown color: approx Prelude. HEX triplet: CA, BE and D4. RGB value is (202,190,212). Sum of RGB (Red+Green+Blue) = 202+190+212=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABED4 is #35412B. Grayscale: #C4C4C4. Windows color (decimal): -3490092 or 13942474. OLE color: 13942474.

HSL color Cylindrical-coordinate representation of color #CABED4: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABED4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202190212-
CMYK0.050.1000.17
HSL272.73º20.37%78.82%-
HSV(B)272.73º10.38%83.14%-
XYZ54.6554.1469.86-
YUV196.1136.98132.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=33.44%
G=31.46%
B=35.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021902120.050.1000.17272.7320.3778.82
HexCABED45A011111144f
Octal31227632451202142124117
Binary1100101010111110110101001011010010001100010001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABED4; }

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

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

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

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

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

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

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

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