Html Css Color HEX #CCDC94 Reef

📋 copy color: '#CCDC94'

red 204 ◦ green 220 ◦ blue 148

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

Shades of Reef #CCDC94

Tints of Reef #CCDC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.87%

R = 35.66%
G = 38.46%
B = 25.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#CCDC94 (or 0xCCDC94) is known color: Reef. HEX triplet: CC, DC and 94. RGB value is (204,220,148). Sum of RGB (Red+Green+Blue) = 204+220+148=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC94 is #33236B. Grayscale: #CFCFCF. Windows color (decimal): -3351404 or 9755852. OLE color: 9755852.

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

Color convert

RGB 204 220 148 -
CMYK 0.07 0 0.33 0.14
HSL 73.33º 0.51% 0.72% -
HSV(B) 73.33º 0.33% 0.86% -
XYZ 55.84 66.16 37.84 -
YUV 207.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 204 220 148 0.07 0 0.33 0.14 73.33 0.51 0.72
Hex CC DC 94 7 0 21 E 49 33 48
Octal 314 334 224 7 0 41 16 111 63 110
Binary 11001100 11011100 10010100 111 0 100001 1110 1001001 110011 1001000

Color Harmonies of #CCDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC94

Black with #CCDC94

Text Example


Text Example

White with #CCDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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