Html Css Color HEX #CEBED1 Prelude

📋 copy color: '#CEBED1'

red 206 ◦ green 190 ◦ blue 209

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

Shades of Prelude #CEBED1

Tints of Prelude #CEBED1

RGB

 RED value IS 206 (80.86% from 255) = 34.05%

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

 BLUE value IS 209 (82.03% from 255) = 34.55%

R = 34.05%
G = 31.4%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBED1 (or 0xCEBED1) is known color: Prelude. HEX triplet: CE, BE and D1. RGB value is (206,190,209). Sum of RGB (Red+Green+Blue) = 206+190+209=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED1 is #31412E. Grayscale: #C4C4C4. Windows color (decimal): -3227951 or 13745870. OLE color: 13745870.

HSL color Cylindrical-coordinate representation of color #CEBED1: hue angle of 290.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBED1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 190 209 -
CMYK 0.01 0.09 0 0.18
HSL 290.53º 0.17% 0.78% -
HSV(B) 290.53º 0.09% 0.82% -
XYZ 55.38 54.55 67.93 -
YUV 196.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 206 190 209 0.01 0.09 0 0.18 290.53 0.17 0.78
Hex CE BE D1 1 9 0 12 123 11 4E
Octal 316 276 321 1 11 0 22 443 21 116
Binary 11001110 10111110 11010001 1 1001 0 10010 100100011 10001 1001110

Color Harmonies of #CEBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBED1

Black with #CEBED1

Text Example


Text Example

White with #CEBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBED1; }

 p { color: rgb(206,190,209); }

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

background-color css

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

 a { background-color: rgb(206,190,209); }

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

border-color css

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

 span { border-color: rgb(206,190,209); }

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