Html Css Color HEX #CEB4D4 Prelude

📋 copy color: '#CEB4D4'

red 206 ◦ green 180 ◦ blue 212

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

Shades of Prelude #CEB4D4

Tints of Prelude #CEB4D4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.1%

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 34.45%
G = 30.1%
B = 35.45%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEB4D4 (or 0xCEB4D4) is known color: Prelude. HEX triplet: CE, B4 and D4. RGB value is (206,180,212). Sum of RGB (Red+Green+Blue) = 206+180+212=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D4 is #314B2B. Grayscale: #BFBFBF. Windows color (decimal): -3230508 or 13939918. OLE color: 13939918.

HSL color Cylindrical-coordinate representation of color #CEB4D4: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB4D4 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 180 212 -
CMYK 0.03 0.15 0 0.17
HSL 288.75º 0.27% 0.77% -
HSV(B) 288.75º 0.15% 0.83% -
XYZ 53.66 50.52 69.21 -
YUV 191.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 206 180 212 0.03 0.15 0 0.17 288.75 0.27 0.77
Hex CE B4 D4 3 F 0 11 121 1B 4D
Octal 316 264 324 3 17 0 21 441 33 115
Binary 11001110 10110100 11010100 11 1111 0 10001 100100001 11011 1001101

Color Harmonies of #CEB4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4D4

Black with #CEB4D4

Text Example


Text Example

White with #CEB4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4D4; }

 p { color: rgb(206,180,212); }

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

background-color css

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

 a { background-color: rgb(206,180,212); }

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

border-color css

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

 span { border-color: rgb(206,180,212); }

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