Html Css Color HEX #CEC0DA Prelude

📋 copy color: '#CEC0DA'

red 206 ◦ green 192 ◦ blue 218

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

Shades of Prelude #CEC0DA

Tints of Prelude #CEC0DA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.17%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 33.44%
G = 31.17%
B = 35.39%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEC0DA (or 0xCEC0DA) is known color: Prelude. HEX triplet: CE, C0 and DA. RGB value is (206,192,218). Sum of RGB (Red+Green+Blue) = 206+192+218=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0DA is #313F25. Grayscale: #C7C7C7. Windows color (decimal): -3227430 or 14336206. OLE color: 14336206.

HSL color Cylindrical-coordinate representation of color #CEC0DA: hue angle of 272.31º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC0DA is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 192 218 -
CMYK 0.06 0.12 0 0.15
HSL 272.31º 0.26% 0.8% -
HSV(B) 272.31º 0.12% 0.85% -
XYZ 56.96 55.88 74.11 -
YUV 199.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 206 192 218 0.06 0.12 0 0.15 272.31 0.26 0.8
Hex CE C0 DA 6 C 0 F 110 1A 50
Octal 316 300 332 6 14 0 17 420 32 120
Binary 11001110 11000000 11011010 110 1100 0 1111 100010000 11010 1010000

Color Harmonies of #CEC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC0DA

Black with #CEC0DA

Text Example


Text Example

White with #CEC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC0DA; }

 p { color: rgb(206,192,218); }

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

background-color css

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

 a { background-color: rgb(206,192,218); }

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

border-color css

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

 span { border-color: rgb(206,192,218); }

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