Html Css Color HEX #CCEB9F Reef

📋 copy color: '#CCEB9F'

red 204 ◦ green 235 ◦ blue 159

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

Shades of Reef #CCEB9F

Tints of Reef #CCEB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.59%

R = 34.11%
G = 39.3%
B = 26.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CCEB9F (or 0xCCEB9F) is known color: Reef. HEX triplet: CC, EB and 9F. RGB value is (204,235,159). Sum of RGB (Red+Green+Blue) = 204+235+159=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9F is #331460. Grayscale: #D9D9D9. Windows color (decimal): -3347553 or 10480588. OLE color: 10480588.

HSL color Cylindrical-coordinate representation of color #CCEB9F: hue angle of 84.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEB9F is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 159 -
CMYK 0.13 0 0.32 0.08
HSL 84.47º 0.66% 0.77% -
HSV(B) 84.47º 0.32% 0.92% -
XYZ 60.87 74.76 44.02 -
YUV 217.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 204 235 159 0.13 0 0.32 0.08 84.47 0.66 0.77
Hex CC EB 9F D 0 20 8 54 42 4D
Octal 314 353 237 15 0 40 10 124 102 115
Binary 11001100 11101011 10011111 1101 0 100000 1000 1010100 1000010 1001101

Color Harmonies of #CCEB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB9F

Black with #CCEB9F

Text Example


Text Example

White with #CCEB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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