Html Css Color HEX #CABAD9 Prelude

📋 copy color: '#CABAD9'

red 202 ◦ green 186 ◦ blue 217

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

Shades of Prelude #CABAD9

Tints of Prelude #CABAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 33.39%
G = 30.74%
B = 35.87%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABAD9 (or 0xCABAD9) is known color: Prelude. HEX triplet: CA, BA and D9. RGB value is (202,186,217). Sum of RGB (Red+Green+Blue) = 202+186+217=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #CABAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD9 is #354526. Grayscale: #C2C2C2. Windows color (decimal): -3491111 or 14269130. OLE color: 14269130.

HSL color Cylindrical-coordinate representation of color #CABAD9: hue angle of 270.97º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABAD9 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 186 217 -
CMYK 0.07 0.14 0 0.15
HSL 270.97º 0.29% 0.79% -
HSV(B) 270.97º 0.14% 0.85% -
XYZ 54.44 52.68 72.95 -
YUV 194.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 202 186 217 0.07 0.14 0 0.15 270.97 0.29 0.79
Hex CA BA D9 7 E 0 F 10F 1D 4F
Octal 312 272 331 7 16 0 17 417 35 117
Binary 11001010 10111010 11011001 111 1110 0 1111 100001111 11101 1001111

Color Harmonies of #CABAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD9

Black with #CABAD9

Text Example


Text Example

White with #CABAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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