Html Css Color HEX #CABAD8 Prelude

📋 copy color: '#CABAD8'

red 202 ◦ green 186 ◦ blue 216

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

Shades of Prelude #CABAD8

Tints of Prelude #CABAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 33.44%
G = 30.79%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABAD8 (or 0xCABAD8) is known color: Prelude. HEX triplet: CA, BA and D8. RGB value is (202,186,216). Sum of RGB (Red+Green+Blue) = 202+186+216=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #CABAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD8 is #354527. Grayscale: #C2C2C2. Windows color (decimal): -3491112 or 14203594. OLE color: 14203594.

HSL color Cylindrical-coordinate representation of color #CABAD8: hue angle of 272º degrees, saturation: 0.28, 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 #CABAD8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 186 216 -
CMYK 0.06 0.14 0 0.15
HSL 272º 0.28% 0.79% -
HSV(B) 272º 0.14% 0.85% -
XYZ 54.31 52.63 72.26 -
YUV 194.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 202 186 216 0.06 0.14 0 0.15 272 0.28 0.79
Hex CA BA D8 6 E 0 F 110 1C 4F
Octal 312 272 330 6 16 0 17 420 34 117
Binary 11001010 10111010 11011000 110 1110 0 1111 100010000 11100 1001111

Color Harmonies of #CABAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD8

Black with #CABAD8

Text Example


Text Example

White with #CABAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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