Html Css Color HEX #CEBBD1 Prelude

📋 copy color: '#CEBBD1'

red 206 ◦ green 187 ◦ blue 209

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

Shades of Prelude #CEBBD1

Tints of Prelude #CEBBD1

RGB

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

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

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

R = 34.22%
G = 31.06%
B = 34.72%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBBD1 (or 0xCEBBD1) is known color: Prelude. HEX triplet: CE, BB and D1. RGB value is (206,187,209). Sum of RGB (Red+Green+Blue) = 206+187+209=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD1 is #31442E. Grayscale: #C3C3C3. Windows color (decimal): -3228719 or 13745102. OLE color: 13745102.

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

Color convert

RGB 206 187 209 -
CMYK 0.01 0.11 0 0.18
HSL 291.82º 0.19% 0.78% -
HSV(B) 291.82º 0.11% 0.82% -
XYZ 54.73 53.27 67.72 -
YUV 195.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 206 187 209 0.01 0.11 0 0.18 291.82 0.19 0.78
Hex CE BB D1 1 B 0 12 124 13 4E
Octal 316 273 321 1 13 0 22 444 23 116
Binary 11001110 10111011 11010001 1 1011 0 10010 100100100 10011 1001110

Color Harmonies of #CEBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBD1

Black with #CEBBD1

Text Example


Text Example

White with #CEBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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