Html Css Color HEX #CBA9D2 Prelude

📋 copy color: '#CBA9D2'

red 203 ◦ green 169 ◦ blue 210

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

Shades of Prelude #CBA9D2

Tints of Prelude #CBA9D2

RGB

 RED value IS 203 (79.69% from 255) = 34.88%

 GREEN value IS 169 (66.41% from 255) = 29.04%

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 34.88%
G = 29.04%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBA9D2 (or 0xCBA9D2) is known color: Prelude. HEX triplet: CB, A9 and D2. RGB value is (203,169,210). Sum of RGB (Red+Green+Blue) = 203+169+210=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9D2 is #34562D. Grayscale: #B7B7B7. Windows color (decimal): -3429934 or 13806027. OLE color: 13806027.

HSL color Cylindrical-coordinate representation of color #CBA9D2: hue angle of 289.76º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA9D2 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 169 210 -
CMYK 0.03 0.20 0 0.18
HSL 289.76º 0.31% 0.74% -
HSV(B) 289.76º 0.2% 0.82% -
XYZ 50.45 45.73 67.14 -
YUV 183.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 203 169 210 0.03 0.20 0 0.18 289.76 0.31 0.74
Hex CB A9 D2 3 14 0 12 122 1F 4A
Octal 313 251 322 3 24 0 22 442 37 112
Binary 11001011 10101001 11010010 11 10100 0 10010 100100010 11111 1001010

Color Harmonies of #CBA9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9D2

Black with #CBA9D2

Text Example


Text Example

White with #CBA9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9D2; }

 p { color: rgb(203,169,210); }

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

background-color css

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

 a { background-color: rgb(203,169,210); }

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

border-color css

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

 span { border-color: rgb(203,169,210); }

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