Html Css Color HEX #CCEB8C Sulu

📋 copy color: '#CCEB8C'

red 204 ◦ green 235 ◦ blue 140

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

Shades of Sulu #CCEB8C

Tints of Sulu #CCEB8C

RGB

 RED value IS 204 (80.08% from 255) = 35.23%

 GREEN value IS 235 (92.19% from 255) = 40.59%

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 35.23%
G = 40.59%
B = 24.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#CCEB8C (or 0xCCEB8C) is known color: Sulu. HEX triplet: CC, EB and 8C. RGB value is (204,235,140). Sum of RGB (Red+Green+Blue) = 204+235+140=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB8C is #331473. Grayscale: #D7D7D7. Windows color (decimal): -3347572 or 9235404. OLE color: 9235404.

HSL color Cylindrical-coordinate representation of color #CCEB8C: hue angle of 79.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCEB8C is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 140 -
CMYK 0.13 0 0.40 0.08
HSL 79.58º 0.7% 0.74% -
HSV(B) 79.58º 0.4% 0.92% -
XYZ 59.34 74.15 36 -
YUV 214.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 204 235 140 0.13 0 0.40 0.08 79.58 0.7 0.74
Hex CC EB 8C D 0 28 8 50 46 4A
Octal 314 353 214 15 0 50 10 120 106 112
Binary 11001100 11101011 10001100 1101 0 101000 1000 1010000 1000110 1001010

Color Harmonies of #CCEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB8C

Black with #CCEB8C

Text Example


Text Example

White with #CCEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB8C; }

 p { color: rgb(204,235,140); }

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

background-color css

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

 a { background-color: rgb(204,235,140); }

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

border-color css

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

 span { border-color: rgb(204,235,140); }

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