Html Css Color HEX #CABAD7 Prelude

📋 copy color: '#CABAD7'

red 202 ◦ green 186 ◦ blue 215

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

Shades of Prelude #CABAD7

Tints of Prelude #CABAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.66%

R = 33.5%
G = 30.85%
B = 35.66%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABAD7 (or 0xCABAD7) is known color: Prelude. HEX triplet: CA, BA and D7. RGB value is (202,186,215). Sum of RGB (Red+Green+Blue) = 202+186+215=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #CABAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD7 is #354528. Grayscale: #C1C1C1. Windows color (decimal): -3491113 or 14138058. OLE color: 14138058.

HSL color Cylindrical-coordinate representation of color #CABAD7: hue angle of 273.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABAD7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 186 215 -
CMYK 0.06 0.13 0 0.16
HSL 273.1º 0.27% 0.79% -
HSV(B) 273.1º 0.13% 0.84% -
XYZ 54.18 52.58 71.58 -
YUV 194.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 202 186 215 0.06 0.13 0 0.16 273.1 0.27 0.79
Hex CA BA D7 6 D 0 10 111 1B 4F
Octal 312 272 327 6 15 0 20 421 33 117
Binary 11001010 10111010 11010111 110 1101 0 10000 100010001 11011 1001111

Color Harmonies of #CABAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD7

Black with #CABAD7

Text Example


Text Example

White with #CABAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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