Html Css Color HEX #CBAFDB Prelude

📋 copy color: '#CBAFDB'

red 203 ◦ green 175 ◦ blue 219

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

Shades of Prelude #CBAFDB

Tints of Prelude #CBAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.31%

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

R = 34%
G = 29.31%
B = 36.68%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBAFDB (or 0xCBAFDB) is known color: Prelude. HEX triplet: CB, AF and DB. RGB value is (203,175,219). Sum of RGB (Red+Green+Blue) = 203+175+219=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDB is #345024. Grayscale: #BCBCBC. Windows color (decimal): -3428389 or 14397387. OLE color: 14397387.

HSL color Cylindrical-coordinate representation of color #CBAFDB: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBAFDB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 175 219 -
CMYK 0.07 0.20 0 0.14
HSL 278.18º 0.38% 0.77% -
HSV(B) 278.18º 0.2% 0.86% -
XYZ 52.74 48.47 73.59 -
YUV 188.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 203 175 219 0.07 0.20 0 0.14 278.18 0.38 0.77
Hex CB AF DB 7 14 0 E 116 26 4D
Octal 313 257 333 7 24 0 16 426 46 115
Binary 11001011 10101111 11011011 111 10100 0 1110 100010110 100110 1001101

Color Harmonies of #CBAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFDB

Black with #CBAFDB

Text Example


Text Example

White with #CBAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAFDB; }

 p { color: rgb(203,175,219); }

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

background-color css

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

 a { background-color: rgb(203,175,219); }

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

border-color css

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

 span { border-color: rgb(203,175,219); }

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