Html Css Color HEX #CAB3DB Prelude

📋 copy color: '#CAB3DB'

red 202 ◦ green 179 ◦ blue 219

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

Shades of Prelude #CAB3DB

Tints of Prelude #CAB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.83%

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

R = 33.67%
G = 29.83%
B = 36.5%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB3DB (or 0xCAB3DB) is known color: Prelude. HEX triplet: CA, B3 and DB. RGB value is (202,179,219). Sum of RGB (Red+Green+Blue) = 202+179+219=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3DB is #354C24. Grayscale: #BEBEBE. Windows color (decimal): -3492901 or 14398410. OLE color: 14398410.

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

Color convert

RGB 202 179 219 -
CMYK 0.08 0.18 0 0.14
HSL 274.5º 0.36% 0.78% -
HSV(B) 274.5º 0.18% 0.86% -
XYZ 53.26 49.91 73.84 -
YUV 190.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 202 179 219 0.08 0.18 0 0.14 274.5 0.36 0.78
Hex CA B3 DB 8 12 0 E 112 24 4E
Octal 312 263 333 10 22 0 16 422 44 116
Binary 11001010 10110011 11011011 1000 10010 0 1110 100010010 100100 1001110

Color Harmonies of #CAB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB3DB

Black with #CAB3DB

Text Example


Text Example

White with #CAB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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