Html Css Color HEX #CFB7DF Prelude

📋 copy color: '#CFB7DF'

red 207 ◦ green 183 ◦ blue 223

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

Shades of Prelude #CFB7DF

Tints of Prelude #CFB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.85%

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

R = 33.77%
G = 29.85%
B = 36.38%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB7DF (or 0xCFB7DF) is known color: Prelude. HEX triplet: CF, B7 and DF. RGB value is (207,183,223). Sum of RGB (Red+Green+Blue) = 207+183+223=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7DF is #304820. Grayscale: #C2C2C2. Windows color (decimal): -3164193 or 14661583. OLE color: 14661583.

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

Color convert

RGB 207 183 223 -
CMYK 0.07 0.18 0 0.13
HSL 276º 0.38% 0.8% -
HSV(B) 276º 0.18% 0.87% -
XYZ 55.98 52.46 76.99 -
YUV 194.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 207 183 223 0.07 0.18 0 0.13 276 0.38 0.8
Hex CF B7 DF 7 12 0 D 114 26 50
Octal 317 267 337 7 22 0 15 424 46 120
Binary 11001111 10110111 11011111 111 10010 0 1101 100010100 100110 1010000

Color Harmonies of #CFB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB7DF

Black with #CFB7DF

Text Example


Text Example

White with #CFB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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