Html Css Color HEX #CEADEE Perfume

📋 copy color: '#CEADEE'

red 206 ◦ green 173 ◦ blue 238

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

Shades of Perfume #CEADEE

Tints of Perfume #CEADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 33.39%
G = 28.04%
B = 38.57%

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

#CEADEE (or 0xCEADEE) is known color: Perfume. HEX triplet: CE, AD and EE. RGB value is (206,173,238). Sum of RGB (Red+Green+Blue) = 206+173+238=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEE is #315211. Grayscale: #BEBEBE. Windows color (decimal): -3232274 or 15642062. OLE color: 15642062.

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

Color convert

RGB 206 173 238 -
CMYK 0.13 0.27 0 0.07
HSL 270.46º 0.66% 0.81% -
HSV(B) 270.46º 0.27% 0.93% -
XYZ 55.83 49.18 87.44 -
YUV 190.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 206 173 238 0.13 0.27 0 0.07 270.46 0.66 0.81
Hex CE AD EE D 1B 0 7 10E 42 51
Octal 316 255 356 15 33 0 7 416 102 121
Binary 11001110 10101101 11101110 1101 11011 0 111 100001110 1000010 1010001

Color Harmonies of #CEADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADEE

Black with #CEADEE

Text Example


Text Example

White with #CEADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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