Html Css Color HEX #CCE699 Reef

📋 copy color: '#CCE699'

red 204 ◦ green 230 ◦ blue 153

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

Shades of Reef #CCE699

Tints of Reef #CCE699

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.18%

 BLUE value IS 153 (60.16% from 255) = 26.06%

R = 34.75%
G = 39.18%
B = 26.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#CCE699 (or 0xCCE699) is known color: Reef. HEX triplet: CC, E6 and 99. RGB value is (204,230,153). Sum of RGB (Red+Green+Blue) = 204+230+153=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE699 is #331966. Grayscale: #D5D5D5. Windows color (decimal): -3348839 or 10086092. OLE color: 10086092.

HSL color Cylindrical-coordinate representation of color #CCE699: hue angle of 80.26º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE699 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 153 -
CMYK 0.11 0 0.33 0.10
HSL 80.26º 0.61% 0.75% -
HSV(B) 80.26º 0.33% 0.9% -
XYZ 58.95 71.73 40.88 -
YUV 213.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 204 230 153 0.11 0 0.33 0.10 80.26 0.61 0.75
Hex CC E6 99 B 0 21 A 50 3D 4B
Octal 314 346 231 13 0 41 12 120 75 113
Binary 11001100 11100110 10011001 1011 0 100001 1010 1010000 111101 1001011

Color Harmonies of #CCE699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE699

Black with #CCE699

Text Example


Text Example

White with #CCE699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE699; }

 p { color: rgb(204,230,153); }

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

background-color css

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

 a { background-color: rgb(204,230,153); }

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

border-color css

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

 span { border-color: rgb(204,230,153); }

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