Html Css Color HEX #CABAD6 Prelude

📋 copy color: '#CABAD6'

red 202 ◦ green 186 ◦ blue 214

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

Shades of Prelude #CABAD6

Tints of Prelude #CABAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.55%

R = 33.55%
G = 30.9%
B = 35.55%

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

#CABAD6 (or 0xCABAD6) is known color: Prelude. HEX triplet: CA, BA and D6. RGB value is (202,186,214). Sum of RGB (Red+Green+Blue) = 202+186+214=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #CABAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAD6 is #354529. Grayscale: #C1C1C1. Windows color (decimal): -3491114 or 14072522. OLE color: 14072522.

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

Color convert

RGB 202 186 214 -
CMYK 0.06 0.13 0 0.16
HSL 274.29º 0.25% 0.78% -
HSV(B) 274.29º 0.13% 0.84% -
XYZ 54.05 52.53 70.91 -
YUV 193.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 202 186 214 0.06 0.13 0 0.16 274.29 0.25 0.78
Hex CA BA D6 6 D 0 10 112 19 4E
Octal 312 272 326 6 15 0 20 422 31 116
Binary 11001010 10111010 11010110 110 1101 0 10000 100010010 11001 1001110

Color Harmonies of #CABAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAD6

Black with #CABAD6

Text Example


Text Example

White with #CABAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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