Html Css Color HEX #CEADF0 Perfume

📋 copy color: '#CEADF0'

red 206 ◦ green 173 ◦ blue 240

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

Shades of Perfume #CEADF0

Tints of Perfume #CEADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 33.28%
G = 27.95%
B = 38.77%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEADF0 (or 0xCEADF0) is known color: Perfume. HEX triplet: CE, AD and F0. RGB value is (206,173,240). Sum of RGB (Red+Green+Blue) = 206+173+240=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADF0 is #31520F. Grayscale: #BEBEBE. Windows color (decimal): -3232272 or 15773134. OLE color: 15773134.

HSL color Cylindrical-coordinate representation of color #CEADF0: hue angle of 269.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEADF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 173 240 -
CMYK 0.14 0.28 0 0.06
HSL 269.55º 0.69% 0.81% -
HSV(B) 269.55º 0.28% 0.94% -
XYZ 56.13 49.3 89 -
YUV 190.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 206 173 240 0.14 0.28 0 0.06 269.55 0.69 0.81
Hex CE AD F0 E 1C 0 6 10E 45 51
Octal 316 255 360 16 34 0 6 416 105 121
Binary 11001110 10101101 11110000 1110 11100 0 110 100001110 1000101 1010001

Color Harmonies of #CEADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADF0

Black with #CEADF0

Text Example


Text Example

White with #CEADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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