Html Css Color HEX #CAB9D1 Prelude

📋 copy color: '#CAB9D1'

red 202 ◦ green 185 ◦ blue 209

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

Shades of Prelude #CAB9D1

Tints of Prelude #CAB9D1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

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

R = 33.89%
G = 31.04%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CAB9D1 (or 0xCAB9D1) is known color: Prelude. HEX triplet: CA, B9 and D1. RGB value is (202,185,209). Sum of RGB (Red+Green+Blue) = 202+185+209=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9D1 is #35462E. Grayscale: #C0C0C0. Windows color (decimal): -3491375 or 13744586. OLE color: 13744586.

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

Color convert

RGB 202 185 209 -
CMYK 0.03 0.11 0 0.18
HSL 282.5º 0.21% 0.77% -
HSV(B) 282.5º 0.11% 0.82% -
XYZ 53.21 51.86 67.53 -
YUV 192.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 202 185 209 0.03 0.11 0 0.18 282.5 0.21 0.77
Hex CA B9 D1 3 B 0 12 11A 15 4D
Octal 312 271 321 3 13 0 22 432 25 115
Binary 11001010 10111001 11010001 11 1011 0 10010 100011010 10101 1001101

Color Harmonies of #CAB9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9D1

Black with #CAB9D1

Text Example


Text Example

White with #CAB9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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