Html Css Color HEX #CEBCDA Prelude

📋 copy color: '#CEBCDA'

red 206 ◦ green 188 ◦ blue 218

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

Shades of Prelude #CEBCDA

Tints of Prelude #CEBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.72%

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

R = 33.66%
G = 30.72%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEBCDA (or 0xCEBCDA) is known color: Prelude. HEX triplet: CE, BC and DA. RGB value is (206,188,218). Sum of RGB (Red+Green+Blue) = 206+188+218=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCDA is #314325. Grayscale: #C4C4C4. Windows color (decimal): -3228454 or 14335182. OLE color: 14335182.

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

Color convert

RGB 206 188 218 -
CMYK 0.06 0.14 0 0.15
HSL 276º 0.29% 0.8% -
HSV(B) 276º 0.14% 0.85% -
XYZ 56.09 54.15 73.83 -
YUV 196.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 206 188 218 0.06 0.14 0 0.15 276 0.29 0.8
Hex CE BC DA 6 E 0 F 114 1D 50
Octal 316 274 332 6 16 0 17 424 35 120
Binary 11001110 10111100 11011010 110 1110 0 1111 100010100 11101 1010000

Color Harmonies of #CEBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCDA

Black with #CEBCDA

Text Example


Text Example

White with #CEBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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