Html Css Color HEX #CCEBA8 Reef

📋 copy color: '#CCEBA8'

red 204 ◦ green 235 ◦ blue 168

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

Shades of Reef #CCEBA8

Tints of Reef #CCEBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.68%

R = 33.61%
G = 38.71%
B = 27.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CCEBA8 (or 0xCCEBA8) is known color: Reef. HEX triplet: CC, EB and A8. RGB value is (204,235,168). Sum of RGB (Red+Green+Blue) = 204+235+168=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA8 is #331457. Grayscale: #DADADA. Windows color (decimal): -3347544 or 11070412. OLE color: 11070412.

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

Color convert

RGB 204 235 168 -
CMYK 0.13 0 0.29 0.08
HSL 87.76º 0.63% 0.79% -
HSV(B) 87.76º 0.29% 0.92% -
XYZ 61.68 75.08 48.29 -
YUV 218.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 204 235 168 0.13 0 0.29 0.08 87.76 0.63 0.79
Hex CC EB A8 D 0 1D 8 58 3F 4F
Octal 314 353 250 15 0 35 10 130 77 117
Binary 11001100 11101011 10101000 1101 0 11101 1000 1011000 111111 1001111

Color Harmonies of #CCEBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBA8

Black with #CCEBA8

Text Example


Text Example

White with #CCEBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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