Html Css Color HEX #CCDA9B Reef

📋 copy color: '#CCDA9B'

red 204 ◦ green 218 ◦ blue 155

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

Shades of Reef #CCDA9B

Tints of Reef #CCDA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.86%

R = 35.36%
G = 37.78%
B = 26.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#CCDA9B (or 0xCCDA9B) is known color: Reef. HEX triplet: CC, DA and 9B. RGB value is (204,218,155). Sum of RGB (Red+Green+Blue) = 204+218+155=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9B is #332564. Grayscale: #CECECE. Windows color (decimal): -3351909 or 10214092. OLE color: 10214092.

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

Color convert

RGB 204 218 155 -
CMYK 0.06 0 0.29 0.15
HSL 73.33º 0.46% 0.73% -
HSV(B) 73.33º 0.29% 0.85% -
XYZ 55.89 65.35 40.68 -
YUV 206.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 204 218 155 0.06 0 0.29 0.15 73.33 0.46 0.73
Hex CC DA 9B 6 0 1D F 49 2E 49
Octal 314 332 233 6 0 35 17 111 56 111
Binary 11001100 11011010 10011011 110 0 11101 1111 1001001 101110 1001001

Color Harmonies of #CCDA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA9B

Black with #CCDA9B

Text Example


Text Example

White with #CCDA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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