Html Css Color HEX #CFB9DD Prelude

📋 copy color: '#CFB9DD'

red 207 ◦ green 185 ◦ blue 221

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

Shades of Prelude #CFB9DD

Tints of Prelude #CFB9DD

RGB

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

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

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

R = 33.77%
G = 30.18%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFB9DD (or 0xCFB9DD) is known color: Prelude. HEX triplet: CF, B9 and DD. RGB value is (207,185,221). Sum of RGB (Red+Green+Blue) = 207+185+221=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9DD is #304622. Grayscale: #C3C3C3. Windows color (decimal): -3163683 or 14531023. OLE color: 14531023.

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

Color convert

RGB 207 185 221 -
CMYK 0.06 0.16 0 0.13
HSL 276.67º 0.35% 0.8% -
HSV(B) 276.67º 0.16% 0.87% -
XYZ 56.13 53.18 75.71 -
YUV 195.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 207 185 221 0.06 0.16 0 0.13 276.67 0.35 0.8
Hex CF B9 DD 6 10 0 D 115 23 50
Octal 317 271 335 6 20 0 15 425 43 120
Binary 11001111 10111001 11011101 110 10000 0 1101 100010101 100011 1010000

Color Harmonies of #CFB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9DD

Black with #CFB9DD

Text Example


Text Example

White with #CFB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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