Html Css Color HEX #CFBED5 Prelude

📋 copy color: '#CFBED5'

red 207 ◦ green 190 ◦ blue 213

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

Shades of Prelude #CFBED5

Tints of Prelude #CFBED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 33.93%
G = 31.15%
B = 34.92%

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

#CFBED5 (or 0xCFBED5) is known color: Prelude. HEX triplet: CF, BE and D5. RGB value is (207,190,213). Sum of RGB (Red+Green+Blue) = 207+190+213=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED5 is #30412A. Grayscale: #C5C5C5. Windows color (decimal): -3162411 or 14008015. OLE color: 14008015.

HSL color Cylindrical-coordinate representation of color #CFBED5: hue angle of 284.35º degrees, saturation: 0.21, 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 #CFBED5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 190 213 -
CMYK 0.03 0.11 0 0.16
HSL 284.35º 0.21% 0.79% -
HSV(B) 284.35º 0.11% 0.84% -
XYZ 56.16 54.9 70.59 -
YUV 197.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 207 190 213 0.03 0.11 0 0.16 284.35 0.21 0.79
Hex CF BE D5 3 B 0 10 11C 15 4F
Octal 317 276 325 3 13 0 20 434 25 117
Binary 11001111 10111110 11010101 11 1011 0 10000 100011100 10101 1001111

Color Harmonies of #CFBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED5

Black with #CFBED5

Text Example


Text Example

White with #CFBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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