Html Css Color HEX #CCDC9D Reef

📋 copy color: '#CCDC9D'

red 204 ◦ green 220 ◦ blue 157

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

Shades of Reef #CCDC9D

Tints of Reef #CCDC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

 BLUE value IS 157 (61.72% from 255) = 27.02%

R = 35.11%
G = 37.87%
B = 27.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#CCDC9D (or 0xCCDC9D) is known color: Reef. HEX triplet: CC, DC and 9D. RGB value is (204,220,157). Sum of RGB (Red+Green+Blue) = 204+220+157=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC9D is #332362. Grayscale: #D0D0D0. Windows color (decimal): -3351395 or 10345676. OLE color: 10345676.

HSL color Cylindrical-coordinate representation of color #CCDC9D: hue angle of 75.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDC9D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 157 -
CMYK 0.07 0 0.29 0.14
HSL 75.24º 0.47% 0.74% -
HSV(B) 75.24º 0.29% 0.86% -
XYZ 56.58 66.46 41.74 -
YUV 208.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 204 220 157 0.07 0 0.29 0.14 75.24 0.47 0.74
Hex CC DC 9D 7 0 1D E 4B 2F 4A
Octal 314 334 235 7 0 35 16 113 57 112
Binary 11001100 11011100 10011101 111 0 11101 1110 1001011 101111 1001010

Color Harmonies of #CCDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC9D

Black with #CCDC9D

Text Example


Text Example

White with #CCDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC9D; }

 p { color: rgb(204,220,157); }

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

background-color css

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

 a { background-color: rgb(204,220,157); }

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

border-color css

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

 span { border-color: rgb(204,220,157); }

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