Html Css Color HEX #CFB1DF Prelude

📋 copy color: '#CFB1DF'

red 207 ◦ green 177 ◦ blue 223

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

Shades of Prelude #CFB1DF

Tints of Prelude #CFB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.16%

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

R = 34.1%
G = 29.16%
B = 36.74%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB1DF (or 0xCFB1DF) is known color: Prelude. HEX triplet: CF, B1 and DF. RGB value is (207,177,223). Sum of RGB (Red+Green+Blue) = 207+177+223=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1DF is #304E20. Grayscale: #BFBFBF. Windows color (decimal): -3165729 or 14660047. OLE color: 14660047.

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

Color convert

RGB 207 177 223 -
CMYK 0.07 0.21 0 0.13
HSL 279.13º 0.42% 0.78% -
HSV(B) 279.13º 0.21% 0.87% -
XYZ 54.77 50.04 76.58 -
YUV 191.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 207 177 223 0.07 0.21 0 0.13 279.13 0.42 0.78
Hex CF B1 DF 7 15 0 D 117 2A 4E
Octal 317 261 337 7 25 0 15 427 52 116
Binary 11001111 10110001 11011111 111 10101 0 1101 100010111 101010 1001110

Color Harmonies of #CFB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB1DF

Black with #CFB1DF

Text Example


Text Example

White with #CFB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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