Html Css Color HEX #CFB3DD Prelude

📋 copy color: '#CFB3DD'

red 207 ◦ green 179 ◦ blue 221

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

Shades of Prelude #CFB3DD

Tints of Prelude #CFB3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 34.1%
G = 29.49%
B = 36.41%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB3DD (or 0xCFB3DD) is known color: Prelude. HEX triplet: CF, B3 and DD. RGB value is (207,179,221). Sum of RGB (Red+Green+Blue) = 207+179+221=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB3DD is #304C22. Grayscale: #C0C0C0. Windows color (decimal): -3165219 or 14529487. OLE color: 14529487.

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

Color convert

RGB 207 179 221 -
CMYK 0.06 0.19 0 0.13
HSL 280º 0.38% 0.78% -
HSV(B) 280º 0.19% 0.87% -
XYZ 54.9 50.73 75.3 -
YUV 192.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 207 179 221 0.06 0.19 0 0.13 280 0.38 0.78
Hex CF B3 DD 6 13 0 D 118 26 4E
Octal 317 263 335 6 23 0 15 430 46 116
Binary 11001111 10110011 11011101 110 10011 0 1101 100011000 100110 1001110

Color Harmonies of #CFB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB3DD

Black with #CFB3DD

Text Example


Text Example

White with #CFB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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