Html Css Color HEX #CABAD1 Prelude

📋 copy color: '#CABAD1'

red 202 ◦ green 186 ◦ blue 209

#CABAD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CABAD1

Tints of Prelude #CABAD1

RGB

 RED value IS 202 (79.3% from 255) = 33.84%

 GREEN value IS 186 (73.05% from 255) = 31.16%

 BLUE value IS 209 (82.03% from 255) = 35.01%

R = 33.84%
G = 31.16%
B = 35.01%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CABAD1 (or 0xCABAD1) is known color: Prelude. HEX triplet: CA, BA and D1. RGB value is (202,186,209). Sum of RGB (Red+Green+Blue) = 202+186+209=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CABAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD1 is #35452E. Grayscale: #C1C1C1. Windows color (decimal): -3491119 or 13744842. OLE color: 13744842.

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

Color convert

RGB 202 186 209 -
CMYK 0.03 0.11 0 0.18
HSL 281.74º 0.2% 0.77% -
HSV(B) 281.74º 0.11% 0.82% -
XYZ 53.42 52.28 67.6 -
YUV 193.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 202 186 209 0.03 0.11 0 0.18 281.74 0.2 0.77
Hex CA BA D1 3 B 0 12 11A 14 4D
Octal 312 272 321 3 13 0 22 432 24 115
Binary 11001010 10111010 11010001 11 1011 0 10010 100011010 10100 1001101

Color Harmonies of #CABAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD1

Black with #CABAD1

Text Example


Text Example

White with #CABAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD1; }

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

 H1.HeaderClassName
 {
   color: #CABAD1;
 }
 .AnyTagClassName
 {
   color: #CABAD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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