Html Css Color HEX #CED251 Confetti

📋 copy color: '#CED251'

red 206 ◦ green 210 ◦ blue 81

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

Shades of Confetti #CED251

Tints of Confetti #CED251

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 81 (32.03% from 255) = 16.3%

R = 41.45%
G = 42.25%
B = 16.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#CED251 (or 0xCED251) is known color: Confetti. HEX triplet: CE, D2 and 51. RGB value is (206,210,81). Sum of RGB (Red+Green+Blue) = 206+210+81=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #CED251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED251 is #312DAE. Grayscale: #C2C2C2. Windows color (decimal): -3222959 or 5362382. OLE color: 5362382.

HSL color Cylindrical-coordinate representation of color #CED251: hue angle of 61.86º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED251 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 81 -
CMYK 0.02 0 0.61 0.18
HSL 61.86º 0.59% 0.57% -
HSV(B) 61.86º 0.61% 0.82% -
XYZ 49.99 59.81 16.69 -
YUV 194.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 206 210 81 0.02 0 0.61 0.18 61.86 0.59 0.57
Hex CE D2 51 2 0 3D 12 3E 3B 39
Octal 316 322 121 2 0 75 22 76 73 71
Binary 11001110 11010010 1010001 10 0 111101 10010 111110 111011 111001

Color Harmonies of #CED251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED251

Black with #CED251

Text Example


Text Example

White with #CED251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED251; }

 p { color: rgb(206,210,81); }

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

background-color css

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

 a { background-color: rgb(206,210,81); }

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

border-color css

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

 span { border-color: rgb(206,210,81); }

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