Html Css Color HEX #EFBAD2 Cotton Candy

📋 copy color: '#EFBAD2'

red 239 ◦ green 186 ◦ blue 210

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

Shades of Cotton Candy #EFBAD2

Tints of Cotton Candy #EFBAD2

RGB

 RED value IS 239 (93.75% from 255) = 37.64%

 GREEN value IS 186 (73.05% from 255) = 29.29%

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 37.64%
G = 29.29%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFBAD2 (or 0xEFBAD2) is known color: Cotton Candy. HEX triplet: EF, BA and D2. RGB value is (239,186,210). Sum of RGB (Red+Green+Blue) = 239+186+210=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAD2 is #10452D. Grayscale: #CCCCCC. Windows color (decimal): -1066286 or 13810415. OLE color: 13810415.

HSL color Cylindrical-coordinate representation of color #EFBAD2: hue angle of 332.83º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAD2 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 210 -
CMYK 0 0.22 0.12 0.06
HSL 332.83º 0.62% 0.83% -
HSV(B) 332.83º 0.22% 0.94% -
XYZ 64.79 58.12 68.78 -
YUV 204.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 239 186 210 0 0.22 0.12 0.06 332.83 0.62 0.83
Hex EF BA D2 0 16 C 6 14D 3E 53
Octal 357 272 322 0 26 14 6 515 76 123
Binary 11101111 10111010 11010010 0 10110 1100 110 101001101 111110 1010011

Color Harmonies of #EFBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAD2

Black with #EFBAD2

Text Example


Text Example

White with #EFBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAD2; }

 p { color: rgb(239,186,210); }

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

background-color css

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

 a { background-color: rgb(239,186,210); }

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

border-color css

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

 span { border-color: rgb(239,186,210); }

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