Html Css Color HEX #CFB3DF Prelude

📋 copy color: '#CFB3DF'

red 207 ◦ green 179 ◦ blue 223

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

Shades of Prelude #CFB3DF

Tints of Prelude #CFB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.39%

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

R = 33.99%
G = 29.39%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB3DF (or 0xCFB3DF) is known color: Prelude. HEX triplet: CF, B3 and DF. RGB value is (207,179,223). Sum of RGB (Red+Green+Blue) = 207+179+223=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3DF is #304C20. Grayscale: #C0C0C0. Windows color (decimal): -3165217 or 14660559. OLE color: 14660559.

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

Color convert

RGB 207 179 223 -
CMYK 0.07 0.20 0 0.13
HSL 278.18º 0.41% 0.79% -
HSV(B) 278.18º 0.2% 0.87% -
XYZ 55.17 50.83 76.72 -
YUV 192.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 207 179 223 0.07 0.20 0 0.13 278.18 0.41 0.79
Hex CF B3 DF 7 14 0 D 116 29 4F
Octal 317 263 337 7 24 0 15 426 51 117
Binary 11001111 10110011 11011111 111 10100 0 1101 100010110 101001 1001111

Color Harmonies of #CFB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3DF

Black with #CFB3DF

Text Example


Text Example

White with #CFB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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