Html Css Color HEX #CFBED6 Prelude

📋 copy color: '#CFBED6'

red 207 ◦ green 190 ◦ blue 214

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

Shades of Prelude #CFBED6

Tints of Prelude #CFBED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

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

R = 33.88%
G = 31.1%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFBED6 (or 0xCFBED6) is known color: Prelude. HEX triplet: CF, BE and D6. RGB value is (207,190,214). Sum of RGB (Red+Green+Blue) = 207+190+214=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED6 is #304129. Grayscale: #C5C5C5. Windows color (decimal): -3162410 or 14073551. OLE color: 14073551.

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

Color convert

RGB 207 190 214 -
CMYK 0.03 0.11 0 0.16
HSL 282.5º 0.23% 0.79% -
HSV(B) 282.5º 0.11% 0.84% -
XYZ 56.28 54.95 71.26 -
YUV 197.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 207 190 214 0.03 0.11 0 0.16 282.5 0.23 0.79
Hex CF BE D6 3 B 0 10 11A 17 4F
Octal 317 276 326 3 13 0 20 432 27 117
Binary 11001111 10111110 11010110 11 1011 0 10000 100011010 10111 1001111

Color Harmonies of #CFBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED6

Black with #CFBED6

Text Example


Text Example

White with #CFBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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