Html Css Color HEX #CFBBD6 Prelude

📋 copy color: '#CFBBD6'

red 207 ◦ green 187 ◦ blue 214

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

Shades of Prelude #CFBBD6

Tints of Prelude #CFBBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.76%

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

R = 34.05%
G = 30.76%
B = 35.2%

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

#CFBBD6 (or 0xCFBBD6) is known color: Prelude. HEX triplet: CF, BB and D6. RGB value is (207,187,214). Sum of RGB (Red+Green+Blue) = 207+187+214=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD6 is #304429. Grayscale: #C3C3C3. Windows color (decimal): -3163178 or 14072783. OLE color: 14072783.

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

Color convert

RGB 207 187 214 -
CMYK 0.03 0.13 0 0.16
HSL 284.44º 0.25% 0.79% -
HSV(B) 284.44º 0.13% 0.84% -
XYZ 55.64 53.66 71.04 -
YUV 196.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 207 187 214 0.03 0.13 0 0.16 284.44 0.25 0.79
Hex CF BB D6 3 D 0 10 11C 19 4F
Octal 317 273 326 3 15 0 20 434 31 117
Binary 11001111 10111011 11010110 11 1101 0 10000 100011100 11001 1001111

Color Harmonies of #CFBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBD6

Black with #CFBBD6

Text Example


Text Example

White with #CFBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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