Html Css Color HEX #CFBAD6 Prelude

📋 copy color: '#CFBAD6'

red 207 ◦ green 186 ◦ blue 214

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

Shades of Prelude #CFBAD6

Tints of Prelude #CFBAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.26%

R = 34.1%
G = 30.64%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBAD6 (or 0xCFBAD6) is known color: Prelude. HEX triplet: CF, BA and D6. RGB value is (207,186,214). Sum of RGB (Red+Green+Blue) = 207+186+214=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD6 is #304529. Grayscale: #C3C3C3. Windows color (decimal): -3163434 or 14072527. OLE color: 14072527.

HSL color Cylindrical-coordinate representation of color #CFBAD6: hue angle of 285º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBAD6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 186 214 -
CMYK 0.03 0.13 0 0.16
HSL 285º 0.25% 0.78% -
HSV(B) 285º 0.13% 0.84% -
XYZ 55.43 53.24 70.97 -
YUV 195.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 207 186 214 0.03 0.13 0 0.16 285 0.25 0.78
Hex CF BA D6 3 D 0 10 11D 19 4E
Octal 317 272 326 3 15 0 20 435 31 116
Binary 11001111 10111010 11010110 11 1101 0 10000 100011101 11001 1001110

Color Harmonies of #CFBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBAD6

Black with #CFBAD6

Text Example


Text Example

White with #CFBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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