Html Css Color HEX #CFBBDB Prelude

📋 copy color: '#CFBBDB'

red 207 ◦ green 187 ◦ blue 219

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

Shades of Prelude #CFBBDB

Tints of Prelude #CFBBDB

RGB

 RED value IS 207 (81.25% from 255) = 33.77%

 GREEN value IS 187 (73.44% from 255) = 30.51%

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

R = 33.77%
G = 30.51%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFBBDB (or 0xCFBBDB) is known color: Prelude. HEX triplet: CF, BB and DB. RGB value is (207,187,219). Sum of RGB (Red+Green+Blue) = 207+187+219=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBDB is #304424. Grayscale: #C4C4C4. Windows color (decimal): -3163173 or 14400463. OLE color: 14400463.

HSL color Cylindrical-coordinate representation of color #CFBBDB: hue angle of 277.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBBDB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 187 219 -
CMYK 0.05 0.15 0 0.14
HSL 277.5º 0.31% 0.8% -
HSV(B) 277.5º 0.15% 0.86% -
XYZ 56.29 53.92 74.46 -
YUV 196.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 207 187 219 0.05 0.15 0 0.14 277.5 0.31 0.8
Hex CF BB DB 5 F 0 E 116 1F 50
Octal 317 273 333 5 17 0 16 426 37 120
Binary 11001111 10111011 11011011 101 1111 0 1110 100010110 11111 1010000

Color Harmonies of #CFBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBDB

Black with #CFBBDB

Text Example


Text Example

White with #CFBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBDB; }

 p { color: rgb(207,187,219); }

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

background-color css

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

 a { background-color: rgb(207,187,219); }

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

border-color css

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

 span { border-color: rgb(207,187,219); }

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