Html Css Color HEX #CCEB9B Reef

📋 copy color: '#CCEB9B'

red 204 ◦ green 235 ◦ blue 155

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

Shades of Reef #CCEB9B

Tints of Reef #CCEB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.09%

R = 34.34%
G = 39.56%
B = 26.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#CCEB9B (or 0xCCEB9B) is known color: Reef. HEX triplet: CC, EB and 9B. RGB value is (204,235,155). Sum of RGB (Red+Green+Blue) = 204+235+155=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9B is #331464. Grayscale: #D8D8D8. Windows color (decimal): -3347557 or 10218444. OLE color: 10218444.

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

Color convert

RGB 204 235 155 -
CMYK 0.13 0 0.34 0.08
HSL 83.25º 0.67% 0.76% -
HSV(B) 83.25º 0.34% 0.92% -
XYZ 60.53 74.62 42.22 -
YUV 216.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 204 235 155 0.13 0 0.34 0.08 83.25 0.67 0.76
Hex CC EB 9B D 0 22 8 53 43 4C
Octal 314 353 233 15 0 42 10 123 103 114
Binary 11001100 11101011 10011011 1101 0 100010 1000 1010011 1000011 1001100

Color Harmonies of #CCEB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB9B

Black with #CCEB9B

Text Example


Text Example

White with #CCEB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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