Html Css Color HEX #CFB0D8 Prelude

📋 copy color: '#CFB0D8'

red 207 ◦ green 176 ◦ blue 216

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

Shades of Prelude #CFB0D8

Tints of Prelude #CFB0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.06%

R = 34.56%
G = 29.38%
B = 36.06%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFB0D8 (or 0xCFB0D8) is known color: Prelude. HEX triplet: CF, B0 and D8. RGB value is (207,176,216). Sum of RGB (Red+Green+Blue) = 207+176+216=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFB0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0D8 is #304F27. Grayscale: #BDBDBD. Windows color (decimal): -3165992 or 14201039. OLE color: 14201039.

HSL color Cylindrical-coordinate representation of color #CFB0D8: hue angle of 286.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFB0D8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 176 216 -
CMYK 0.04 0.19 0 0.15
HSL 286.5º 0.34% 0.77% -
HSV(B) 286.5º 0.19% 0.85% -
XYZ 53.65 49.27 71.65 -
YUV 189.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 207 176 216 0.04 0.19 0 0.15 286.5 0.34 0.77
Hex CF B0 D8 4 13 0 F 11E 22 4D
Octal 317 260 330 4 23 0 17 436 42 115
Binary 11001111 10110000 11011000 100 10011 0 1111 100011110 100010 1001101

Color Harmonies of #CFB0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0D8

Black with #CFB0D8

Text Example


Text Example

White with #CFB0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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