Html Css Color HEX #CCDAA3 Reef

📋 copy color: '#CCDAA3'

red 204 ◦ green 218 ◦ blue 163

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

Shades of Reef #CCDAA3

Tints of Reef #CCDAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 163 (64.06% from 255) = 27.86%

R = 34.87%
G = 37.26%
B = 27.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#CCDAA3 (or 0xCCDAA3) is known color: Reef. HEX triplet: CC, DA and A3. RGB value is (204,218,163). Sum of RGB (Red+Green+Blue) = 204+218+163=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAA3 is #33255C. Grayscale: #CFCFCF. Windows color (decimal): -3351901 or 10738380. OLE color: 10738380.

HSL color Cylindrical-coordinate representation of color #CCDAA3: hue angle of 75.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCDAA3 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 163 -
CMYK 0.06 0 0.25 0.15
HSL 75.27º 0.43% 0.75% -
HSV(B) 75.27º 0.25% 0.85% -
XYZ 56.58 65.62 44.33 -
YUV 207.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 204 218 163 0.06 0 0.25 0.15 75.27 0.43 0.75
Hex CC DA A3 6 0 19 F 4B 2B 4B
Octal 314 332 243 6 0 31 17 113 53 113
Binary 11001100 11011010 10100011 110 0 11001 1111 1001011 101011 1001011

Color Harmonies of #CCDAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAA3

Black with #CCDAA3

Text Example


Text Example

White with #CCDAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAA3; }

 p { color: rgb(204,218,163); }

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

background-color css

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

 a { background-color: rgb(204,218,163); }

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

border-color css

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

 span { border-color: rgb(204,218,163); }

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