Html Css Color HEX #CFB0DD Prelude

📋 copy color: '#CFB0DD'

red 207 ◦ green 176 ◦ blue 221

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

Shades of Prelude #CFB0DD

Tints of Prelude #CFB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.14%

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

R = 34.27%
G = 29.14%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB0DD (or 0xCFB0DD) is known color: Prelude. HEX triplet: CF, B0 and DD. RGB value is (207,176,221). Sum of RGB (Red+Green+Blue) = 207+176+221=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DD is #304F22. Grayscale: #BEBEBE. Windows color (decimal): -3165987 or 14528719. OLE color: 14528719.

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

Color convert

RGB 207 176 221 -
CMYK 0.06 0.20 0 0.13
HSL 281.33º 0.4% 0.78% -
HSV(B) 281.33º 0.2% 0.87% -
XYZ 54.31 49.54 75.11 -
YUV 190.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 207 176 221 0.06 0.20 0 0.13 281.33 0.4 0.78
Hex CF B0 DD 6 14 0 D 119 28 4E
Octal 317 260 335 6 24 0 15 431 50 116
Binary 11001111 10110000 11011101 110 10100 0 1101 100011001 101000 1001110

Color Harmonies of #CFB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0DD

Black with #CFB0DD

Text Example


Text Example

White with #CFB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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