Html Css Color HEX #CEBAD2 Prelude

📋 copy color: '#CEBAD2'

red 206 ◦ green 186 ◦ blue 210

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

Shades of Prelude #CEBAD2

Tints of Prelude #CEBAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 34.22%
G = 30.9%
B = 34.88%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBAD2 (or 0xCEBAD2) is known color: Prelude. HEX triplet: CE, BA and D2. RGB value is (206,186,210). Sum of RGB (Red+Green+Blue) = 206+186+210=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAD2 is #31452D. Grayscale: #C2C2C2. Windows color (decimal): -3228974 or 13810382. OLE color: 13810382.

HSL color Cylindrical-coordinate representation of color #CEBAD2: hue angle of 290º degrees, saturation: 0.21, 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 #CEBAD2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 186 210 -
CMYK 0.02 0.11 0 0.18
HSL 290º 0.21% 0.78% -
HSV(B) 290º 0.11% 0.82% -
XYZ 54.65 52.89 68.3 -
YUV 194.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 206 186 210 0.02 0.11 0 0.18 290 0.21 0.78
Hex CE BA D2 2 B 0 12 122 15 4E
Octal 316 272 322 2 13 0 22 442 25 116
Binary 11001110 10111010 11010010 10 1011 0 10010 100100010 10101 1001110

Color Harmonies of #CEBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAD2

Black with #CEBAD2

Text Example


Text Example

White with #CEBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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