Html Css Color HEX #CEB9D3 Prelude

📋 copy color: '#CEB9D3'

red 206 ◦ green 185 ◦ blue 211

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

Shades of Prelude #CEB9D3

Tints of Prelude #CEB9D3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.73%

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 34.22%
G = 30.73%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEB9D3 (or 0xCEB9D3) is known color: Prelude. HEX triplet: CE, B9 and D3. RGB value is (206,185,211). Sum of RGB (Red+Green+Blue) = 206+185+211=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9D3 is #31462C. Grayscale: #C2C2C2. Windows color (decimal): -3229229 or 13875662. OLE color: 13875662.

HSL color Cylindrical-coordinate representation of color #CEB9D3: hue angle of 288.46º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB9D3 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 185 211 -
CMYK 0.02 0.12 0 0.17
HSL 288.46º 0.23% 0.78% -
HSV(B) 288.46º 0.12% 0.83% -
XYZ 54.56 52.52 68.89 -
YUV 194.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 206 185 211 0.02 0.12 0 0.17 288.46 0.23 0.78
Hex CE B9 D3 2 C 0 11 120 17 4E
Octal 316 271 323 2 14 0 21 440 27 116
Binary 11001110 10111001 11010011 10 1100 0 10001 100100000 10111 1001110

Color Harmonies of #CEB9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9D3

Black with #CEB9D3

Text Example


Text Example

White with #CEB9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9D3; }

 p { color: rgb(206,185,211); }

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

background-color css

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

 a { background-color: rgb(206,185,211); }

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

border-color css

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

 span { border-color: rgb(206,185,211); }

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