Html Css Color HEX #CFBFD7 Prelude

📋 copy color: '#CFBFD7'

red 207 ◦ green 191 ◦ blue 215

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

Shades of Prelude #CFBFD7

Tints of Prelude #CFBFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 33.77%
G = 31.16%
B = 35.07%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBFD7 (or 0xCFBFD7) is known color: Prelude. HEX triplet: CF, BF and D7. RGB value is (207,191,215). Sum of RGB (Red+Green+Blue) = 207+191+215=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD7 is #304028. Grayscale: #C6C6C6. Windows color (decimal): -3162153 or 14139343. OLE color: 14139343.

HSL color Cylindrical-coordinate representation of color #CFBFD7: hue angle of 280º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBFD7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 191 215 -
CMYK 0.04 0.11 0 0.16
HSL 280º 0.23% 0.8% -
HSV(B) 280º 0.11% 0.84% -
XYZ 56.63 55.43 72.01 -
YUV 198.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 207 191 215 0.04 0.11 0 0.16 280 0.23 0.8
Hex CF BF D7 4 B 0 10 118 17 50
Octal 317 277 327 4 13 0 20 430 27 120
Binary 11001111 10111111 11010111 100 1011 0 10000 100011000 10111 1010000

Color Harmonies of #CFBFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBFD7

Black with #CFBFD7

Text Example


Text Example

White with #CFBFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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