Html Css Color HEX #CEBAD4 Prelude

📋 copy color: '#CEBAD4'

red 206 ◦ green 186 ◦ blue 212

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

Shades of Prelude #CEBAD4

Tints of Prelude #CEBAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.79%

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

R = 34.11%
G = 30.79%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CEBAD4 (or 0xCEBAD4) is known color: Prelude. HEX triplet: CE, BA and D4. RGB value is (206,186,212). Sum of RGB (Red+Green+Blue) = 206+186+212=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD4 is #31452B. Grayscale: #C2C2C2. Windows color (decimal): -3228972 or 13941454. OLE color: 13941454.

HSL color Cylindrical-coordinate representation of color #CEBAD4: hue angle of 286.15º 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 #CEBAD4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 186 212 -
CMYK 0.03 0.12 0 0.17
HSL 286.15º 0.23% 0.78% -
HSV(B) 286.15º 0.12% 0.83% -
XYZ 54.9 52.99 69.62 -
YUV 194.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 206 186 212 0.03 0.12 0 0.17 286.15 0.23 0.78
Hex CE BA D4 3 C 0 11 11E 17 4E
Octal 316 272 324 3 14 0 21 436 27 116
Binary 11001110 10111010 11010100 11 1100 0 10001 100011110 10111 1001110

Color Harmonies of #CEBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAD4

Black with #CEBAD4

Text Example


Text Example

White with #CEBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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