Html Css Color HEX #CCE696 Reef

📋 copy color: '#CCE696'

red 204 ◦ green 230 ◦ blue 150

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

Shades of Reef #CCE696

Tints of Reef #CCE696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 34.93%
G = 39.38%
B = 25.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CCE696 (or 0xCCE696) is known color: Reef. HEX triplet: CC, E6 and 96. RGB value is (204,230,150). Sum of RGB (Red+Green+Blue) = 204+230+150=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE696 is #331969. Grayscale: #D5D5D5. Windows color (decimal): -3348842 or 9889484. OLE color: 9889484.

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

Color convert

RGB 204 230 150 -
CMYK 0.11 0 0.35 0.10
HSL 79.5º 0.62% 0.75% -
HSV(B) 79.5º 0.35% 0.9% -
XYZ 58.7 71.63 39.59 -
YUV 213.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 204 230 150 0.11 0 0.35 0.10 79.5 0.62 0.75
Hex CC E6 96 B 0 23 A 50 3E 4B
Octal 314 346 226 13 0 43 12 120 76 113
Binary 11001100 11100110 10010110 1011 0 100011 1010 1010000 111110 1001011

Color Harmonies of #CCE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE696

Black with #CCE696

Text Example


Text Example

White with #CCE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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