Html Css Color HEX #CAB6DB Prelude

📋 copy color: '#CAB6DB'

red 202 ◦ green 182 ◦ blue 219

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

Shades of Prelude #CAB6DB

Tints of Prelude #CAB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.18%

 BLUE value IS 219 (85.94% from 255) = 36.32%

R = 33.5%
G = 30.18%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB6DB (or 0xCAB6DB) is known color: Prelude. HEX triplet: CA, B6 and DB. RGB value is (202,182,219). Sum of RGB (Red+Green+Blue) = 202+182+219=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DB is #354924. Grayscale: #C0C0C0. Windows color (decimal): -3492133 or 14399178. OLE color: 14399178.

HSL color Cylindrical-coordinate representation of color #CAB6DB: hue angle of 272.43º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAB6DB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 182 219 -
CMYK 0.08 0.17 0 0.14
HSL 272.43º 0.34% 0.79% -
HSV(B) 272.43º 0.17% 0.86% -
XYZ 53.87 51.13 74.05 -
YUV 192.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 202 182 219 0.08 0.17 0 0.14 272.43 0.34 0.79
Hex CA B6 DB 8 11 0 E 110 22 4F
Octal 312 266 333 10 21 0 16 420 42 117
Binary 11001010 10110110 11011011 1000 10001 0 1110 100010000 100010 1001111

Color Harmonies of #CAB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6DB

Black with #CAB6DB

Text Example


Text Example

White with #CAB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6DB; }

 p { color: rgb(202,182,219); }

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

background-color css

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

 a { background-color: rgb(202,182,219); }

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

border-color css

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

 span { border-color: rgb(202,182,219); }

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