Html Css Color HEX #CCDB9B Reef

📋 copy color: '#CCDB9B'

red 204 ◦ green 219 ◦ blue 155

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

Shades of Reef #CCDB9B

Tints of Reef #CCDB9B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 35.29%
G = 37.89%
B = 26.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#CCDB9B (or 0xCCDB9B) is known color: Reef. HEX triplet: CC, DB and 9B. RGB value is (204,219,155). Sum of RGB (Red+Green+Blue) = 204+219+155=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9B is #332464. Grayscale: #CFCFCF. Windows color (decimal): -3351653 or 10214348. OLE color: 10214348.

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

Color convert

RGB 204 219 155 -
CMYK 0.07 0 0.29 0.14
HSL 74.06º 0.47% 0.73% -
HSV(B) 74.06º 0.29% 0.86% -
XYZ 56.15 65.87 40.76 -
YUV 207.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 204 219 155 0.07 0 0.29 0.14 74.06 0.47 0.73
Hex CC DB 9B 7 0 1D E 4A 2F 49
Octal 314 333 233 7 0 35 16 112 57 111
Binary 11001100 11011011 10011011 111 0 11101 1110 1001010 101111 1001001

Color Harmonies of #CCDB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB9B

Black with #CCDB9B

Text Example


Text Example

White with #CCDB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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