Html Css Color HEX #CCE695 Reef

📋 copy color: '#CCE695'

red 204 ◦ green 230 ◦ blue 149

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

Shades of Reef #CCE695

Tints of Reef #CCE695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 34.99%
G = 39.45%
B = 25.56%

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

#CCE695 (or 0xCCE695) is known color: Reef. HEX triplet: CC, E6 and 95. RGB value is (204,230,149). Sum of RGB (Red+Green+Blue) = 204+230+149=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE695 is #33196A. Grayscale: #D5D5D5. Windows color (decimal): -3348843 or 9823948. OLE color: 9823948.

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

Color convert

RGB 204 230 149 -
CMYK 0.11 0 0.35 0.10
HSL 79.26º 0.62% 0.74% -
HSV(B) 79.26º 0.35% 0.9% -
XYZ 58.62 71.6 39.16 -
YUV 212.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 204 230 149 0.11 0 0.35 0.10 79.26 0.62 0.74
Hex CC E6 95 B 0 23 A 4F 3E 4A
Octal 314 346 225 13 0 43 12 117 76 112
Binary 11001100 11100110 10010101 1011 0 100011 1010 1001111 111110 1001010

Color Harmonies of #CCE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE695

Black with #CCE695

Text Example


Text Example

White with #CCE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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