Html Css Color HEX #CFB0DC Prelude

📋 copy color: '#CFB0DC'

red 207 ◦ green 176 ◦ blue 220

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

Shades of Prelude #CFB0DC

Tints of Prelude #CFB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 34.33%
G = 29.19%
B = 36.48%

CMYK

 C value IS 0.06

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFB0DC (or 0xCFB0DC) is known color: Prelude. HEX triplet: CF, B0 and DC. RGB value is (207,176,220). Sum of RGB (Red+Green+Blue) = 207+176+220=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0DC is #304F23. Grayscale: #BEBEBE. Windows color (decimal): -3165988 or 14463183. OLE color: 14463183.

HSL color Cylindrical-coordinate representation of color #CFB0DC: hue angle of 282.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB0DC is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 176 220 -
CMYK 0.06 0.2 0 0.14
HSL 282.27º 0.39% 0.78% -
HSV(B) 282.27º 0.2% 0.86% -
XYZ 54.18 49.48 74.41 -
YUV 190.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 207 176 220 0.06 0.2 0 0.14 282.27 0.39 0.78
Hex CF B0 DC 6 14 0 E 11A 27 4E
Octal 317 260 334 6 24 0 16 432 47 116
Binary 11001111 10110000 11011100 110 10100 0 1110 100011010 100111 1001110

Color Harmonies of #CFB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0DC

Black with #CFB0DC

Text Example


Text Example

White with #CFB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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