Html Css Color HEX #CFBFD9 Prelude

📋 copy color: '#CFBFD9'

red 207 ◦ green 191 ◦ blue 217

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

Shades of Prelude #CFBFD9

Tints of Prelude #CFBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 31.06%

 BLUE value IS 217 (85.16% from 255) = 35.28%

R = 33.66%
G = 31.06%
B = 35.28%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFBFD9 (or 0xCFBFD9) is known color: Prelude. HEX triplet: CF, BF and D9. RGB value is (207,191,217). Sum of RGB (Red+Green+Blue) = 207+191+217=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD9 is #304026. Grayscale: #C6C6C6. Windows color (decimal): -3162151 or 14270415. OLE color: 14270415.

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

Color convert

RGB 207 191 217 -
CMYK 0.05 0.12 0 0.15
HSL 276.92º 0.25% 0.8% -
HSV(B) 276.92º 0.12% 0.85% -
XYZ 56.89 55.54 73.37 -
YUV 198.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 207 191 217 0.05 0.12 0 0.15 276.92 0.25 0.8
Hex CF BF D9 5 C 0 F 115 19 50
Octal 317 277 331 5 14 0 17 425 31 120
Binary 11001111 10111111 11011001 101 1100 0 1111 100010101 11001 1010000

Color Harmonies of #CFBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBFD9

Black with #CFBFD9

Text Example


Text Example

White with #CFBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBFD9; }

 p { color: rgb(207,191,217); }

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

background-color css

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

 a { background-color: rgb(207,191,217); }

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

border-color css

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

 span { border-color: rgb(207,191,217); }

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