Html Css Color HEX #CCDFA3 Reef

📋 copy color: '#CCDFA3'

red 204 ◦ green 223 ◦ blue 163

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

Shades of Reef #CCDFA3

Tints of Reef #CCDFA3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

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

R = 34.58%
G = 37.8%
B = 27.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#CCDFA3 (or 0xCCDFA3) is known color: Reef. HEX triplet: CC, DF and A3. RGB value is (204,223,163). Sum of RGB (Red+Green+Blue) = 204+223+163=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFA3 is #33205C. Grayscale: #D2D2D2. Windows color (decimal): -3350621 or 10739660. OLE color: 10739660.

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

Color convert

RGB 204 223 163 -
CMYK 0.09 0 0.27 0.13
HSL 79º 0.48% 0.76% -
HSV(B) 79º 0.27% 0.87% -
XYZ 57.9 68.26 44.77 -
YUV 210.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 204 223 163 0.09 0 0.27 0.13 79 0.48 0.76
Hex CC DF A3 9 0 1B D 4F 30 4C
Octal 314 337 243 11 0 33 15 117 60 114
Binary 11001100 11011111 10100011 1001 0 11011 1101 1001111 110000 1001100

Color Harmonies of #CCDFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDFA3

Black with #CCDFA3

Text Example


Text Example

White with #CCDFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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