Html Css Color HEX #CCE698 Reef

📋 copy color: '#CCE698'

red 204 ◦ green 230 ◦ blue 152

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

Shades of Reef #CCE698

Tints of Reef #CCE698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.94%

R = 34.81%
G = 39.25%
B = 25.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CCE698 (or 0xCCE698) is known color: Reef. HEX triplet: CC, E6 and 98. RGB value is (204,230,152). Sum of RGB (Red+Green+Blue) = 204+230+152=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE698 is #331967. Grayscale: #D5D5D5. Windows color (decimal): -3348840 or 10020556. OLE color: 10020556.

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

Color convert

RGB 204 230 152 -
CMYK 0.11 0 0.34 0.10
HSL 80º 0.61% 0.75% -
HSV(B) 80º 0.34% 0.9% -
XYZ 58.87 71.7 40.44 -
YUV 213.33 93.39 121.34 -
System Red Green Blue C M Y K H S L
Decimal 204 230 152 0.11 0 0.34 0.10 80 0.61 0.75
Hex CC E6 98 B 0 22 A 50 3D 4B
Octal 314 346 230 13 0 42 12 120 75 113
Binary 11001100 11100110 10011000 1011 0 100010 1010 1010000 111101 1001011

Color Harmonies of #CCE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE698

Black with #CCE698

Text Example


Text Example

White with #CCE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE698; }

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

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

background-color css

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

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

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

border-color css

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

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

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