Html Css Color HEX #CCDD8D Sulu

📋 copy color: '#CCDD8D'

red 204 ◦ green 221 ◦ blue 141

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

Shades of Sulu #CCDD8D

Tints of Sulu #CCDD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.91%

R = 36.04%
G = 39.05%
B = 24.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#CCDD8D (or 0xCCDD8D) is known color: Sulu. HEX triplet: CC, DD and 8D. RGB value is (204,221,141). Sum of RGB (Red+Green+Blue) = 204+221+141=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD8D is #332272. Grayscale: #CFCFCF. Windows color (decimal): -3351155 or 9297356. OLE color: 9297356.

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

Color convert

RGB 204 221 141 -
CMYK 0.08 0 0.36 0.13
HSL 72.75º 0.54% 0.71% -
HSV(B) 72.75º 0.36% 0.87% -
XYZ 55.57 66.47 35.1 -
YUV 206.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 204 221 141 0.08 0 0.36 0.13 72.75 0.54 0.71
Hex CC DD 8D 8 0 24 D 49 36 47
Octal 314 335 215 10 0 44 15 111 66 107
Binary 11001100 11011101 10001101 1000 0 100100 1101 1001001 110110 1000111

Color Harmonies of #CCDD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD8D

Black with #CCDD8D

Text Example


Text Example

White with #CCDD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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