Html Css Color HEX #CCDDA3 Reef

📋 copy color: '#CCDDA3'

red 204 ◦ green 221 ◦ blue 163

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

Shades of Reef #CCDDA3

Tints of Reef #CCDDA3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

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

R = 34.69%
G = 37.59%
B = 27.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CCDDA3 (or 0xCCDDA3) is known color: Reef. HEX triplet: CC, DD and A3. RGB value is (204,221,163). Sum of RGB (Red+Green+Blue) = 204+221+163=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA3 is #33225C. Grayscale: #D1D1D1. Windows color (decimal): -3351133 or 10739148. OLE color: 10739148.

HSL color Cylindrical-coordinate representation of color #CCDDA3: hue angle of 77.59º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDDA3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 163 -
CMYK 0.08 0 0.26 0.13
HSL 77.59º 0.46% 0.75% -
HSV(B) 77.59º 0.26% 0.87% -
XYZ 57.37 67.19 44.6 -
YUV 209.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 204 221 163 0.08 0 0.26 0.13 77.59 0.46 0.75
Hex CC DD A3 8 0 1A D 4E 2E 4B
Octal 314 335 243 10 0 32 15 116 56 113
Binary 11001100 11011101 10100011 1000 0 11010 1101 1001110 101110 1001011

Color Harmonies of #CCDDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDA3

Black with #CCDDA3

Text Example


Text Example

White with #CCDDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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