#CADD9C

Color #CADD9C Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CADD9C

Tints of Reef #CADD9C

Color information

#CADD9C (or 0xCADD9C) is unknown color: approx Reef. HEX triplet: CA, DD and 9C. RGB value is (202,221,156). Sum of RGB (Red+Green+Blue) = 202+221+156=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD9C is #352263. Grayscale: #D0D0D0. Windows color (decimal): -3482212 or 10280394. OLE color: 10280394.

HSL color Cylindrical-coordinate representation of color #CADD9C: hue angle of 77.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CADD9C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB202221156-
CMYK0.0900.290.13
HSL77.54º48.87%73.92%-
HSV(B)77.54º29.41%86.67%-
XYZ56.2166.6741.36-
YUV207.9198.71123.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=34.89%
G=38.17%
B=26.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211560.0900.290.1377.5448.8773.92
HexCADD9C901DD4e314a
Octal312335234110351511661112
Binary1100101011011101100111001001011101110110011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADD9C; }

 p { color: rgb(202,221,156); }

 H1.HeaderClassName
 {
   color: #CADD9C;
 }
 .AnyTagClassName
 {
   color: #CADD9C;
 }
</style>
background-color css

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

 a { background-color: rgb(202,221,156); }

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

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

 span { border-color: rgb(202,221,156); }

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