Html Css Color HEX #CFB9D8 Prelude

📋 copy color: '#CFB9D8'

red 207 ◦ green 185 ◦ blue 216

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

Shades of Prelude #CFB9D8

Tints of Prelude #CFB9D8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

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

R = 34.05%
G = 30.43%
B = 35.53%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFB9D8 (or 0xCFB9D8) is known color: Prelude. HEX triplet: CF, B9 and D8. RGB value is (207,185,216). Sum of RGB (Red+Green+Blue) = 207+185+216=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D8 is #304627. Grayscale: #C3C3C3. Windows color (decimal): -3163688 or 14203343. OLE color: 14203343.

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

Color convert

RGB 207 185 216 -
CMYK 0.04 0.14 0 0.15
HSL 282.58º 0.28% 0.79% -
HSV(B) 282.58º 0.14% 0.85% -
XYZ 55.48 52.92 72.26 -
YUV 195.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 207 185 216 0.04 0.14 0 0.15 282.58 0.28 0.79
Hex CF B9 D8 4 E 0 F 11B 1C 4F
Octal 317 271 330 4 16 0 17 433 34 117
Binary 11001111 10111001 11011000 100 1110 0 1111 100011011 11100 1001111

Color Harmonies of #CFB9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9D8

Black with #CFB9D8

Text Example


Text Example

White with #CFB9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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