Html Css Color HEX #CFB5DB Prelude

📋 copy color: '#CFB5DB'

red 207 ◦ green 181 ◦ blue 219

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

Shades of Prelude #CFB5DB

Tints of Prelude #CFB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.82%

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

R = 34.1%
G = 29.82%
B = 36.08%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFB5DB (or 0xCFB5DB) is known color: Prelude. HEX triplet: CF, B5 and DB. RGB value is (207,181,219). Sum of RGB (Red+Green+Blue) = 207+181+219=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DB is #304A24. Grayscale: #C0C0C0. Windows color (decimal): -3164709 or 14398927. OLE color: 14398927.

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

Color convert

RGB 207 181 219 -
CMYK 0.05 0.17 0 0.14
HSL 281.05º 0.35% 0.78% -
HSV(B) 281.05º 0.17% 0.86% -
XYZ 55.04 51.43 74.04 -
YUV 193.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 207 181 219 0.05 0.17 0 0.14 281.05 0.35 0.78
Hex CF B5 DB 5 11 0 E 119 23 4E
Octal 317 265 333 5 21 0 16 431 43 116
Binary 11001111 10110101 11011011 101 10001 0 1110 100011001 100011 1001110

Color Harmonies of #CFB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5DB

Black with #CFB5DB

Text Example


Text Example

White with #CFB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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