Html Css Color HEX #CCDCA6 Reef

📋 copy color: '#CCDCA6'

red 204 ◦ green 220 ◦ blue 166

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

Shades of Reef #CCDCA6

Tints of Reef #CCDCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.14%

R = 34.58%
G = 37.29%
B = 28.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#CCDCA6 (or 0xCCDCA6) is known color: Reef. HEX triplet: CC, DC and A6. RGB value is (204,220,166). Sum of RGB (Red+Green+Blue) = 204+220+166=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA6 is #332359. Grayscale: #D1D1D1. Windows color (decimal): -3351386 or 10935500. OLE color: 10935500.

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

Color convert

RGB 204 220 166 -
CMYK 0.07 0 0.25 0.14
HSL 77.78º 0.44% 0.76% -
HSV(B) 77.78º 0.25% 0.86% -
XYZ 57.38 66.78 45.94 -
YUV 209.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 204 220 166 0.07 0 0.25 0.14 77.78 0.44 0.76
Hex CC DC A6 7 0 19 E 4E 2C 4C
Octal 314 334 246 7 0 31 16 116 54 114
Binary 11001100 11011100 10100110 111 0 11001 1110 1001110 101100 1001100

Color Harmonies of #CCDCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCA6

Black with #CCDCA6

Text Example


Text Example

White with #CCDCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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