Html Css Color HEX #CFBADC Prelude

📋 copy color: '#CFBADC'

red 207 ◦ green 186 ◦ blue 220

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

Shades of Prelude #CFBADC

Tints of Prelude #CFBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.34%

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

R = 33.77%
G = 30.34%
B = 35.89%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFBADC (or 0xCFBADC) is known color: Prelude. HEX triplet: CF, BA and DC. RGB value is (207,186,220). Sum of RGB (Red+Green+Blue) = 207+186+220=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADC is #304523. Grayscale: #C4C4C4. Windows color (decimal): -3163428 or 14465743. OLE color: 14465743.

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

Color convert

RGB 207 186 220 -
CMYK 0.06 0.15 0 0.14
HSL 277.06º 0.33% 0.8% -
HSV(B) 277.06º 0.15% 0.86% -
XYZ 56.21 53.55 75.08 -
YUV 196.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 207 186 220 0.06 0.15 0 0.14 277.06 0.33 0.8
Hex CF BA DC 6 F 0 E 115 21 50
Octal 317 272 334 6 17 0 16 425 41 120
Binary 11001111 10111010 11011100 110 1111 0 1110 100010101 100001 1010000

Color Harmonies of #CFBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBADC

Black with #CFBADC

Text Example


Text Example

White with #CFBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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