Html Css Color HEX #CFB5DF Prelude

📋 copy color: '#CFB5DF'

red 207 ◦ green 181 ◦ blue 223

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

Shades of Prelude #CFB5DF

Tints of Prelude #CFB5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 33.88%
G = 29.62%
B = 36.5%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB5DF (or 0xCFB5DF) is known color: Prelude. HEX triplet: CF, B5 and DF. RGB value is (207,181,223). Sum of RGB (Red+Green+Blue) = 207+181+223=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5DF is #304A20. Grayscale: #C1C1C1. Windows color (decimal): -3164705 or 14661071. OLE color: 14661071.

HSL color Cylindrical-coordinate representation of color #CFB5DF: hue angle of 277.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB5DF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 181 223 -
CMYK 0.07 0.19 0 0.13
HSL 277.14º 0.4% 0.79% -
HSV(B) 277.14º 0.19% 0.87% -
XYZ 55.58 51.64 76.85 -
YUV 193.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 207 181 223 0.07 0.19 0 0.13 277.14 0.4 0.79
Hex CF B5 DF 7 13 0 D 115 28 4F
Octal 317 265 337 7 23 0 15 425 50 117
Binary 11001111 10110101 11011111 111 10011 0 1101 100010101 101000 1001111

Color Harmonies of #CFB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5DF

Black with #CFB5DF

Text Example


Text Example

White with #CFB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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