Html Css Color HEX #CEADEC Perfume

📋 copy color: '#CEADEC'

red 206 ◦ green 173 ◦ blue 236

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

Shades of Perfume #CEADEC

Tints of Perfume #CEADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.13%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 33.5%
G = 28.13%
B = 38.37%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEADEC (or 0xCEADEC) is known color: Perfume. HEX triplet: CE, AD and EC. RGB value is (206,173,236). Sum of RGB (Red+Green+Blue) = 206+173+236=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEC is #315213. Grayscale: #BDBDBD. Windows color (decimal): -3232276 or 15510990. OLE color: 15510990.

HSL color Cylindrical-coordinate representation of color #CEADEC: hue angle of 271.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEADEC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 173 236 -
CMYK 0.13 0.27 0 0.07
HSL 271.43º 0.62% 0.8% -
HSV(B) 271.43º 0.27% 0.93% -
XYZ 55.54 49.07 85.9 -
YUV 190.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 206 173 236 0.13 0.27 0 0.07 271.43 0.62 0.8
Hex CE AD EC D 1B 0 7 10F 3E 50
Octal 316 255 354 15 33 0 7 417 76 120
Binary 11001110 10101101 11101100 1101 11011 0 111 100001111 111110 1010000

Color Harmonies of #CEADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADEC

Black with #CEADEC

Text Example


Text Example

White with #CEADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADEC; }

 p { color: rgb(206,173,236); }

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

background-color css

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

 a { background-color: rgb(206,173,236); }

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

border-color css

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

 span { border-color: rgb(206,173,236); }

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