Html Css Color HEX #CAB6D1 Prelude

📋 copy color: '#CAB6D1'

red 202 ◦ green 182 ◦ blue 209

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

Shades of Prelude #CAB6D1

Tints of Prelude #CAB6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 34.06%
G = 30.69%
B = 35.24%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAB6D1 (or 0xCAB6D1) is known color: Prelude. HEX triplet: CA, B6 and D1. RGB value is (202,182,209). Sum of RGB (Red+Green+Blue) = 202+182+209=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6D1 is #35492E. Grayscale: #BEBEBE. Windows color (decimal): -3492143 or 13743818. OLE color: 13743818.

HSL color Cylindrical-coordinate representation of color #CAB6D1: hue angle of 284.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB6D1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 182 209 -
CMYK 0.03 0.13 0 0.18
HSL 284.44º 0.23% 0.77% -
HSV(B) 284.44º 0.13% 0.82% -
XYZ 52.59 50.62 67.32 -
YUV 191.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 202 182 209 0.03 0.13 0 0.18 284.44 0.23 0.77
Hex CA B6 D1 3 D 0 12 11C 17 4D
Octal 312 266 321 3 15 0 22 434 27 115
Binary 11001010 10110110 11010001 11 1101 0 10010 100011100 10111 1001101

Color Harmonies of #CAB6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6D1

Black with #CAB6D1

Text Example


Text Example

White with #CAB6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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