Html Css Color HEX #CEBED2 Prelude

📋 copy color: '#CEBED2'

red 206 ◦ green 190 ◦ blue 210

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

Shades of Prelude #CEBED2

Tints of Prelude #CEBED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 33.99%
G = 31.35%
B = 34.65%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEBED2 (or 0xCEBED2) is known color: Prelude. HEX triplet: CE, BE and D2. RGB value is (206,190,210). Sum of RGB (Red+Green+Blue) = 206+190+210=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED2 is #31412D. Grayscale: #C4C4C4. Windows color (decimal): -3227950 or 13811406. OLE color: 13811406.

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

Color convert

RGB 206 190 210 -
CMYK 0.02 0.10 0 0.18
HSL 288º 0.18% 0.78% -
HSV(B) 288º 0.1% 0.82% -
XYZ 55.5 54.6 68.59 -
YUV 197.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 206 190 210 0.02 0.10 0 0.18 288 0.18 0.78
Hex CE BE D2 2 A 0 12 120 12 4E
Octal 316 276 322 2 12 0 22 440 22 116
Binary 11001110 10111110 11010010 10 1010 0 10010 100100000 10010 1001110

Color Harmonies of #CEBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBED2

Black with #CEBED2

Text Example


Text Example

White with #CEBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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